1 set(LLVM_TARGET_DEFINITIONS SPU.td)
3 tablegen(SPUGenAsmWriter.inc -gen-asm-writer)
4 tablegen(SPUGenCodeEmitter.inc -gen-emitter)
5 tablegen(SPUGenRegisterInfo.inc -gen-register-info)
6 tablegen(SPUGenInstrInfo.inc -gen-instr-info)
7 tablegen(SPUGenDAGISel.inc -gen-dag-isel)
8 tablegen(SPUGenSubtargetInfo.inc -gen-subtarget)
9 tablegen(SPUGenCallingConv.inc -gen-callingconv)
11 add_llvm_target(CellSPUCodeGen
13 SPUHazardRecognizers.cpp
22 SPUSelectionDAGInfo.cpp
26 add_subdirectory(TargetInfo)