Home | History | Annotate | Download | only in PTX
      1 set(LLVM_TARGET_DEFINITIONS PTX.td)
      2 
      3 tablegen(PTXGenAsmWriter.inc -gen-asm-writer)
      4 tablegen(PTXGenCallingConv.inc -gen-callingconv)
      5 tablegen(PTXGenDAGISel.inc -gen-dag-isel)
      6 tablegen(PTXGenInstrInfo.inc -gen-instr-info)
      7 tablegen(PTXGenRegisterInfo.inc -gen-register-info)
      8 tablegen(PTXGenSubtargetInfo.inc -gen-subtarget)
      9 
     10 add_llvm_target(PTXCodeGen
     11   PTXAsmPrinter.cpp
     12   PTXISelDAGToDAG.cpp
     13   PTXISelLowering.cpp
     14   PTXInstrInfo.cpp
     15   PTXFrameLowering.cpp
     16   PTXMCAsmStreamer.cpp
     17   PTXMFInfoExtract.cpp
     18   PTXRegisterInfo.cpp
     19   PTXSubtarget.cpp
     20   PTXTargetMachine.cpp
     21   )
     22 
     23 add_subdirectory(TargetInfo)
     24 add_subdirectory(MCTargetDesc)
     25