• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_TARGET_DEFINITIONS SPU.td)
2
3tablegen(SPUGenAsmWriter.inc -gen-asm-writer)
4tablegen(SPUGenCodeEmitter.inc -gen-emitter)
5tablegen(SPUGenRegisterInfo.inc -gen-register-info)
6tablegen(SPUGenInstrInfo.inc -gen-instr-info)
7tablegen(SPUGenDAGISel.inc -gen-dag-isel)
8tablegen(SPUGenSubtargetInfo.inc -gen-subtarget)
9tablegen(SPUGenCallingConv.inc -gen-callingconv)
10
11add_llvm_target(CellSPUCodeGen
12  SPUAsmPrinter.cpp
13  SPUHazardRecognizers.cpp
14  SPUInstrInfo.cpp
15  SPUISelDAGToDAG.cpp
16  SPUISelLowering.cpp
17  SPUFrameLowering.cpp
18  SPURegisterInfo.cpp
19  SPUSubtarget.cpp
20  SPUTargetMachine.cpp
21  SPUSelectionDAGInfo.cpp
22  SPUNopFiller.cpp
23  )
24
25add_subdirectory(TargetInfo)
26add_subdirectory(MCTargetDesc)
27