2012-12-11 21:25:42 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS AMDGPU.td)
|
|
|
|
|
|
|
|
tablegen(LLVM AMDGPUGenRegisterInfo.inc -gen-register-info)
|
|
|
|
tablegen(LLVM AMDGPUGenInstrInfo.inc -gen-instr-info)
|
|
|
|
tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(LLVM AMDGPUGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(LLVM AMDGPUGenSubtargetInfo.inc -gen-subtarget)
|
|
|
|
tablegen(LLVM AMDGPUGenIntrinsics.inc -gen-tgt-intrinsic)
|
2014-09-02 22:28:02 +00:00
|
|
|
tablegen(LLVM AMDGPUGenMCCodeEmitter.inc -gen-emitter)
|
2012-12-11 21:25:42 +00:00
|
|
|
tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer)
|
|
|
|
tablegen(LLVM AMDGPUGenAsmWriter.inc -gen-asm-writer)
|
2014-11-14 14:08:00 +00:00
|
|
|
tablegen(LLVM AMDGPUGenAsmMatcher.inc -gen-asm-matcher)
|
2012-12-11 21:25:42 +00:00
|
|
|
add_public_tablegen_target(AMDGPUCommonTableGen)
|
|
|
|
|
|
|
|
add_llvm_target(R600CodeGen
|
|
|
|
AMDILCFGStructurizer.cpp
|
2014-11-03 19:49:05 +00:00
|
|
|
AMDGPUAlwaysInlinePass.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
AMDGPUAsmPrinter.cpp
|
2013-02-06 17:32:29 +00:00
|
|
|
AMDGPUFrameLowering.cpp
|
2014-06-23 18:00:31 +00:00
|
|
|
AMDGPUIntrinsicInfo.cpp
|
2013-07-23 01:48:29 +00:00
|
|
|
AMDGPUISelDAGToDAG.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
AMDGPUMCInstLower.cpp
|
2013-04-01 22:05:58 +00:00
|
|
|
AMDGPUMachineFunction.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
AMDGPUSubtarget.cpp
|
|
|
|
AMDGPUTargetMachine.cpp
|
2013-07-27 00:01:07 +00:00
|
|
|
AMDGPUTargetTransformInfo.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
AMDGPUISelLowering.cpp
|
|
|
|
AMDGPUInstrInfo.cpp
|
2014-06-17 16:53:14 +00:00
|
|
|
AMDGPUPromoteAlloca.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
AMDGPURegisterInfo.cpp
|
2013-10-01 19:32:58 +00:00
|
|
|
R600ClauseMergePass.cpp
|
2013-04-01 22:05:58 +00:00
|
|
|
R600ControlFlowFinalizer.cpp
|
|
|
|
R600EmitClauseMarkers.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
R600ExpandSpecialInstrs.cpp
|
|
|
|
R600InstrInfo.cpp
|
|
|
|
R600ISelLowering.cpp
|
|
|
|
R600MachineFunctionInfo.cpp
|
2013-03-05 18:54:05 +00:00
|
|
|
R600MachineScheduler.cpp
|
2013-06-05 21:38:04 +00:00
|
|
|
R600OptimizeVectorRegisters.cpp
|
2013-04-30 00:14:27 +00:00
|
|
|
R600Packetizer.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
R600RegisterInfo.cpp
|
2013-05-17 16:50:20 +00:00
|
|
|
R600TextureIntrinsicsReplacer.cpp
|
2012-12-19 22:10:31 +00:00
|
|
|
SIAnnotateControlFlow.cpp
|
2013-08-06 23:12:34 +00:00
|
|
|
SIFixSGPRCopies.cpp
|
2014-07-02 20:53:48 +00:00
|
|
|
SIFixSGPRLiveRanges.cpp
|
2014-11-21 22:06:37 +00:00
|
|
|
SIFoldOperands.cpp
|
2013-01-18 21:15:53 +00:00
|
|
|
SIInsertWaits.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
SIInstrInfo.cpp
|
|
|
|
SIISelLowering.cpp
|
2014-10-10 22:01:59 +00:00
|
|
|
SILoadStoreOptimizer.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
SILowerControlFlow.cpp
|
2014-04-30 15:31:33 +00:00
|
|
|
SILowerI1Copies.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
SIMachineFunctionInfo.cpp
|
2015-01-14 15:42:31 +00:00
|
|
|
SIPrepareScratchRegs.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
SIRegisterInfo.cpp
|
2014-07-21 16:55:33 +00:00
|
|
|
SIShrinkInstructions.cpp
|
2013-08-14 23:24:45 +00:00
|
|
|
SITypeRewriter.cpp
|
2012-12-11 21:25:42 +00:00
|
|
|
)
|
|
|
|
|
2014-11-14 14:08:00 +00:00
|
|
|
add_subdirectory(AsmParser)
|
2012-12-11 21:25:42 +00:00
|
|
|
add_subdirectory(InstPrinter)
|
|
|
|
add_subdirectory(TargetInfo)
|
|
|
|
add_subdirectory(MCTargetDesc)
|