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)
|
2011-06-16 17:50:00 +00:00
|
|
|
tablegen(PTXGenCallingConv.inc -gen-callingconv)
|
2010-09-18 18:52:28 +00:00
|
|
|
tablegen(PTXGenDAGISel.inc -gen-dag-isel)
|
2011-06-28 20:07:07 +00:00
|
|
|
tablegen(PTXGenInstrInfo.inc -gen-instr-info)
|
2011-06-24 01:44:41 +00:00
|
|
|
tablegen(PTXGenRegisterInfo.inc -gen-register-info)
|
2011-07-01 22:36:09 +00:00
|
|
|
tablegen(PTXGenSubtargetInfo.inc -gen-subtarget)
|
2010-09-18 18:52:28 +00:00
|
|
|
|
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-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
|
|
|
)
|
2011-02-20 02:55:27 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
2011-07-14 20:59:42 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|