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
30 PPCExpandAtomicPseudoInsts.cpp
31 PPCHazardRecognizers.cpp
38 PPCLoopInstrFormPrep.cpp
40 PPCMachineFunctionInfo.cpp
41 PPCMachineScheduler.cpp
47 PPCTargetObjectFile.cpp
48 PPCTargetTransformInfo.cpp
52 PPCReduceCRLogicals.cpp
56 PPCPreEmitPeephole.cpp
57 PPCLowerMASSVEntries.cpp
58 GISel/PPCCallLowering.cpp
59 GISel/PPCRegisterBankInfo.cpp
60 GISel/PPCLegalizerInfo.cpp
82 add_subdirectory(AsmParser)
83 add_subdirectory(Disassembler)
84 add_subdirectory(MCTargetDesc)
85 add_subdirectory(TargetInfo)