1 set(LLVM_TARGET_DEFINITIONS Mips.td)
3 tablegen(MipsGenRegisterInfo.h.inc -gen-register-desc-header)
4 tablegen(MipsGenRegisterNames.inc -gen-register-enums)
5 tablegen(MipsGenRegisterInfo.inc -gen-register-desc)
6 tablegen(MipsGenInstrNames.inc -gen-instr-enums)
7 tablegen(MipsGenInstrInfo.inc -gen-instr-desc)
8 tablegen(MipsGenAsmWriter.inc -gen-asm-writer)
9 tablegen(MipsGenDAGISel.inc -gen-dag-isel)
10 tablegen(MipsGenCallingConv.inc -gen-callingconv)
11 tablegen(MipsGenSubtarget.inc -gen-subtarget)
13 add_llvm_target(MipsCodeGen
14 MipsDelaySlotFiller.cpp