2010-09-07 20:14:24 +02:00
|
|
|
set(LLVM_TARGET_DEFINITIONS PTX.td)
|
|
|
|
|
2010-09-18 20:52:28 +02: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 20:14:24 +02:00
|
|
|
add_llvm_target(PTXCodeGen
|
2010-11-14 19:43:56 +01:00
|
|
|
PTXAsmPrinter.cpp
|
2010-09-18 20:52:28 +02:00
|
|
|
PTXISelDAGToDAG.cpp
|
|
|
|
PTXISelLowering.cpp
|
|
|
|
PTXInstrInfo.cpp
|
2011-01-10 13:39:23 +01:00
|
|
|
PTXFrameLowering.cpp
|
2010-09-18 20:52:28 +02:00
|
|
|
PTXMCAsmInfo.cpp
|
2010-11-08 03:58:44 +01:00
|
|
|
PTXMCAsmStreamer.cpp
|
2010-11-08 04:00:52 +01:00
|
|
|
PTXMFInfoExtract.cpp
|
2010-09-18 20:52:28 +02:00
|
|
|
PTXRegisterInfo.cpp
|
|
|
|
PTXSubtarget.cpp
|
|
|
|
PTXTargetMachine.cpp
|
2010-09-07 20:14:24 +02:00
|
|
|
)
|