1 set(LLVM_TARGET_DEFINITIONS Blackfin.td)
3 tablegen(BlackfinGenRegisterInfo.h.inc -gen-register-desc-header)
4 tablegen(BlackfinGenRegisterNames.inc -gen-register-enums)
5 tablegen(BlackfinGenRegisterInfo.inc -gen-register-desc)
6 tablegen(BlackfinGenInstrNames.inc -gen-instr-enums)
7 tablegen(BlackfinGenInstrInfo.inc -gen-instr-desc)
8 tablegen(BlackfinGenAsmWriter.inc -gen-asm-writer)
9 tablegen(BlackfinGenDAGISel.inc -gen-dag-isel)
10 tablegen(BlackfinGenSubtarget.inc -gen-subtarget)
11 tablegen(BlackfinGenCallingConv.inc -gen-callingconv)
12 tablegen(BlackfinGenIntrinsics.inc -gen-tgt-intrinsic)
14 add_llvm_target(BlackfinCodeGen
16 BlackfinIntrinsicInfo.cpp
17 BlackfinISelDAGToDAG.cpp
18 BlackfinISelLowering.cpp
20 BlackfinRegisterInfo.cpp
22 BlackfinTargetMachine.cpp
23 BlackfinSelectionDAGInfo.cpp