radeon/llvm: Change prefix on tablegen files to AMDGPU
[mesa.git] / src / gallium / drivers / radeon / Makefile.sources
1
2 GENERATED_SOURCES := \
3 R600Intrinsics.td \
4 R600RegisterInfo.td \
5 SIRegisterInfo.td \
6 SIRegisterGetHWRegNum.inc \
7 AMDGPUGenRegisterInfo.inc \
8 AMDGPUGenInstrInfo.inc \
9 AMDGPUGenAsmWriter.inc \
10 AMDGPUGenDAGISel.inc \
11 AMDGPUGenCallingConv.inc \
12 AMDGPUGenSubtargetInfo.inc \
13 AMDGPUGenEDInfo.inc \
14 AMDGPUGenIntrinsics.inc \
15 AMDGPUGenCodeEmitter.inc
16
17 CPP_SOURCES := \
18 AMDIL7XXDevice.cpp \
19 AMDILCFGStructurizer.cpp \
20 AMDILDevice.cpp \
21 AMDILDeviceInfo.cpp \
22 AMDILEvergreenDevice.cpp \
23 AMDILFrameLowering.cpp \
24 AMDILInstrInfo.cpp \
25 AMDILIntrinsicInfo.cpp \
26 AMDILISelDAGToDAG.cpp \
27 AMDILISelLowering.cpp \
28 AMDILNIDevice.cpp \
29 AMDILPeepholeOptimizer.cpp \
30 AMDILRegisterInfo.cpp \
31 AMDILSIDevice.cpp \
32 AMDILSubtarget.cpp \
33 AMDGPUTargetMachine.cpp \
34 AMDGPUISelLowering.cpp \
35 AMDGPUConvertToISA.cpp \
36 AMDGPULowerInstructions.cpp \
37 AMDGPUInstrInfo.cpp \
38 AMDGPURegisterInfo.cpp \
39 AMDGPUUtil.cpp \
40 R600CodeEmitter.cpp \
41 R600ISelLowering.cpp \
42 R600InstrInfo.cpp \
43 R600KernelParameters.cpp \
44 R600LowerInstructions.cpp \
45 R600MachineFunctionInfo.cpp \
46 R600RegisterInfo.cpp \
47 SIAssignInterpRegs.cpp \
48 SICodeEmitter.cpp \
49 SIInstrInfo.cpp \
50 SIISelLowering.cpp \
51 SIMachineFunctionInfo.cpp \
52 SIPropagateImmReads.cpp \
53 SIRegisterInfo.cpp \
54 MCTargetDesc/AMDILMCAsmInfo.cpp \
55 MCTargetDesc/AMDILMCTargetDesc.cpp \
56 TargetInfo/AMDILTargetInfo.cpp \
57 radeon_llvm_emit.cpp
58
59 C_SOURCES := \
60 radeon_setup_tgsi_llvm.c