2010-09-07 18:14:24 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS PTX.td)
|
|
|
|
|
2010-09-18 18:52:28 +00:00
|
|
|
tablegen(PTXGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(PTXGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(PTXGenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(PTXGenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(PTXGenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(PTXGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(PTXGenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(PTXGenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2010-09-07 18:14:24 +00:00
|
|
|
add_llvm_target(PTXCodeGen
|
2010-11-14 18:43:56 +00:00
|
|
|
PTXAsmPrinter.cpp
|
2010-09-18 18:52:28 +00:00
|
|
|
PTXISelDAGToDAG.cpp
|
|
|
|
PTXISelLowering.cpp
|
|
|
|
PTXInstrInfo.cpp
|
2011-01-10 12:39:23 +00:00
|
|
|
PTXFrameLowering.cpp
|
2010-09-18 18:52:28 +00:00
|
|
|
PTXMCAsmInfo.cpp
|
2010-11-08 02:58:44 +00:00
|
|
|
PTXMCAsmStreamer.cpp
|
2010-11-08 03:00:52 +00:00
|
|
|
PTXMFInfoExtract.cpp
|
2010-09-18 18:52:28 +00:00
|
|
|
PTXRegisterInfo.cpp
|
|
|
|
PTXSubtarget.cpp
|
|
|
|
PTXTargetMachine.cpp
|
2010-09-07 18:14:24 +00:00
|
|
|
)
|