2012-05-05 04:18:50 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS NVPTX.td)
|
|
|
|
|
|
|
|
|
|
|
|
tablegen(LLVM NVPTXGenRegisterInfo.inc -gen-register-info)
|
|
|
|
tablegen(LLVM NVPTXGenInstrInfo.inc -gen-instr-info)
|
|
|
|
tablegen(LLVM NVPTXGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(LLVM NVPTXGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(LLVM NVPTXGenSubtargetInfo.inc -gen-subtarget)
|
|
|
|
add_public_tablegen_target(NVPTXCommonTableGen)
|
|
|
|
|
|
|
|
set(NVPTXCodeGen_sources
|
|
|
|
NVPTXFrameLowering.cpp
|
|
|
|
NVPTXInstrInfo.cpp
|
|
|
|
NVPTXISelDAGToDAG.cpp
|
|
|
|
NVPTXISelLowering.cpp
|
|
|
|
NVPTXRegisterInfo.cpp
|
|
|
|
NVPTXSubtarget.cpp
|
|
|
|
NVPTXTargetMachine.cpp
|
|
|
|
NVPTXLowerAggrCopies.cpp
|
|
|
|
NVPTXutil.cpp
|
|
|
|
NVPTXAllocaHoisting.cpp
|
|
|
|
NVPTXAsmPrinter.cpp
|
|
|
|
NVPTXUtilities.cpp
|
2013-03-30 22:29:25 +08:00
|
|
|
NVVMReflect.cpp
|
2013-05-20 20:13:32 +08:00
|
|
|
NVPTXGenericToNVVM.cpp
|
2014-03-31 23:56:26 +08:00
|
|
|
NVPTXAssignValidGlobalNames.cpp
|
2013-05-31 20:14:49 +08:00
|
|
|
NVPTXPrologEpilogPass.cpp
|
2013-08-06 22:13:27 +08:00
|
|
|
NVPTXMCExpr.cpp
|
2012-05-05 04:18:50 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_target(NVPTXCodeGen ${NVPTXCodeGen_sources})
|
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|
|
add_subdirectory(InstPrinter)
|
|
|
|
add_subdirectory(MCTargetDesc)
|