2012-05-04 20:18:50 +00: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
|
2014-04-03 21:18:25 +00:00
|
|
|
NVPTXFavorNonGenericAddrSpaces.cpp
|
2012-05-04 20:18:50 +00:00
|
|
|
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 14:29:25 +00:00
|
|
|
NVVMReflect.cpp
|
2013-05-20 12:13:32 +00:00
|
|
|
NVPTXGenericToNVVM.cpp
|
2014-03-31 15:56:26 +00:00
|
|
|
NVPTXAssignValidGlobalNames.cpp
|
2013-05-31 12:14:49 +00:00
|
|
|
NVPTXPrologEpilogPass.cpp
|
2013-08-06 14:13:27 +00:00
|
|
|
NVPTXMCExpr.cpp
|
2014-04-09 15:39:15 +00:00
|
|
|
NVPTXReplaceImageHandles.cpp
|
|
|
|
NVPTXImageOptimizer.cpp
|
2012-05-04 20:18:50 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_target(NVPTXCodeGen ${NVPTXCodeGen_sources})
|
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|
|
add_subdirectory(InstPrinter)
|
|
|
|
add_subdirectory(MCTargetDesc)
|