1 set(LLVM_TARGET_DEFINITIONS PPC.td)
3 tablegen(LLVM PPCGenAsmMatcher.inc -gen-asm-matcher)
4 tablegen(LLVM PPCGenAsmWriter.inc -gen-asm-writer)
5 tablegen(LLVM PPCGenCallingConv.inc -gen-callingconv)
6 tablegen(LLVM PPCGenDAGISel.inc -gen-dag-isel)
7 tablegen(LLVM PPCGenDisassemblerTables.inc -gen-disassembler)
8 tablegen(LLVM PPCGenFastISel.inc -gen-fast-isel)
9 tablegen(LLVM PPCGenInstrInfo.inc -gen-instr-info)
10 tablegen(LLVM PPCGenMCCodeEmitter.inc -gen-emitter)
11 tablegen(LLVM PPCGenRegisterInfo.inc -gen-register-info)
12 tablegen(LLVM PPCGenSubtargetInfo.inc -gen-subtarget)
13 tablegen(LLVM PPCGenExegesis.inc -gen-exegesis)
15 add_public_tablegen_target(PowerPCCommonTableGen)
17 add_llvm_target(PowerPCCodeGen
21 PPCBranchCoalescing.cpp
25 PPCHazardRecognizers.cpp
34 PPCMachineFunctionInfo.cpp
35 PPCMachineScheduler.cpp
41 PPCTargetObjectFile.cpp
42 PPCTargetTransformInfo.cpp
46 PPCReduceCRLogicals.cpp
50 PPCPreEmitPeephole.cpp
53 add_subdirectory(AsmParser)
54 add_subdirectory(Disassembler)
55 add_subdirectory(MCTargetDesc)
56 add_subdirectory(TargetInfo)