1 static_library("SelectionDAG") {
2 output_name = "LLVMSelectionDAG"
10 "//llvm/lib/Transforms/Utils",
15 "FunctionLoweringInfo.cpp",
18 "LegalizeFloatTypes.cpp",
19 "LegalizeIntegerTypes.cpp",
21 "LegalizeTypesGeneric.cpp",
22 "LegalizeVectorOps.cpp",
23 "LegalizeVectorTypes.cpp",
24 "ResourcePriorityQueue.cpp",
25 "ScheduleDAGFast.cpp",
26 "ScheduleDAGRRList.cpp",
27 "ScheduleDAGSDNodes.cpp",
28 "ScheduleDAGVLIW.cpp",
30 "SelectionDAGAddressAnalysis.cpp",
31 "SelectionDAGBuilder.cpp",
32 "SelectionDAGDumper.cpp",
33 "SelectionDAGISel.cpp",
34 "SelectionDAGPrinter.cpp",
35 "SelectionDAGTargetInfo.cpp",
36 "StatepointLowering.cpp",