mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
34e56f0bf7
Move BaseIndexOffset analysis out of DAGCombiner for use in other files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305921 91177308-0d34-0410-b5e6-96231b3b80d8
31 lines
663 B
CMake
31 lines
663 B
CMake
add_llvm_library(LLVMSelectionDAG
|
|
DAGCombiner.cpp
|
|
FastISel.cpp
|
|
FunctionLoweringInfo.cpp
|
|
InstrEmitter.cpp
|
|
LegalizeDAG.cpp
|
|
LegalizeFloatTypes.cpp
|
|
LegalizeIntegerTypes.cpp
|
|
LegalizeTypes.cpp
|
|
LegalizeTypesGeneric.cpp
|
|
LegalizeVectorOps.cpp
|
|
LegalizeVectorTypes.cpp
|
|
ResourcePriorityQueue.cpp
|
|
ScheduleDAGFast.cpp
|
|
ScheduleDAGRRList.cpp
|
|
ScheduleDAGSDNodes.cpp
|
|
ScheduleDAGVLIW.cpp
|
|
SelectionDAGBuilder.cpp
|
|
SelectionDAG.cpp
|
|
SelectionDAGAddressAnalysis.cpp
|
|
SelectionDAGDumper.cpp
|
|
SelectionDAGISel.cpp
|
|
SelectionDAGPrinter.cpp
|
|
SelectionDAGTargetInfo.cpp
|
|
StatepointLowering.cpp
|
|
TargetLowering.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|