1 add_llvm_component_group(PowerPC HAS_JIT)
3 set(LLVM_TARGET_DEFINITIONS PPC.td)
5 tablegen(LLVM PPCGenAsmMatcher.inc -gen-asm-matcher)
6 tablegen(LLVM PPCGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM PPCGenCallingConv.inc -gen-callingconv)
8 tablegen(LLVM PPCGenDAGISel.inc -gen-dag-isel)
9 tablegen(LLVM PPCGenDisassemblerTables.inc -gen-disassembler)
10 tablegen(LLVM PPCGenFastISel.inc -gen-fast-isel)
11 tablegen(LLVM PPCGenInstrInfo.inc -gen-instr-info)
12 tablegen(LLVM PPCGenMCCodeEmitter.inc -gen-emitter)
13 tablegen(LLVM PPCGenRegisterInfo.inc -gen-register-info)
14 tablegen(LLVM PPCGenSubtargetInfo.inc -gen-subtarget)
15 tablegen(LLVM PPCGenExegesis.inc -gen-exegesis)
16 tablegen(LLVM PPCGenRegisterBank.inc -gen-register-bank)
17 tablegen(LLVM PPCGenGlobalISel.inc -gen-global-isel)
19 add_public_tablegen_target(PowerPCCommonTableGen)
21 add_llvm_target(PowerPCCodeGen
22 GISel/PPCInstructionSelector.cpp
26 PPCBranchCoalescing.cpp
31 PPCExpandAtomicPseudoInsts.cpp
32 PPCHazardRecognizers.cpp
39 PPCLoopInstrFormPrep.cpp
41 PPCMachineFunctionInfo.cpp
42 PPCMachineScheduler.cpp
46 PPCSelectionDAGInfo.cpp
49 PPCTargetObjectFile.cpp
50 PPCTargetTransformInfo.cpp
54 PPCReduceCRLogicals.cpp
57 PPCPreEmitPeephole.cpp
58 PPCLowerMASSVEntries.cpp
59 PPCGenScalarMASSEntries.cpp
60 GISel/PPCCallLowering.cpp
61 GISel/PPCRegisterBankInfo.cpp
62 GISel/PPCLegalizerInfo.cpp
86 add_subdirectory(AsmParser)
87 add_subdirectory(Disassembler)
88 add_subdirectory(MCTargetDesc)
89 add_subdirectory(TargetInfo)