llvm-6502/lib/Target/R600
Tom Stellard 254a83e46c R600: Add a llvm.R600.store.swizzle intrinsics
This intrinsic is translated to ALLOC_EXPORT_WORD1_SWIZ, hence its
name. It is used to store vs/fs outputs

Patch by: Vincent Lejeune

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173297 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-23 21:39:49 +00:00
..
InstPrinter R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
MCTargetDesc R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
TargetInfo
AMDGPU.h R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
AMDGPU.td
AMDGPUAsmPrinter.cpp
AMDGPUAsmPrinter.h
AMDGPUCodeEmitter.h
AMDGPUConvertToISA.cpp
AMDGPUInstrInfo.cpp
AMDGPUInstrInfo.h
AMDGPUInstrInfo.td
AMDGPUInstructions.td
AMDGPUIntrinsics.td
AMDGPUISelLowering.cpp R600: Add a CONST_ADDRESS node to model constant buf read 2013-01-23 02:09:03 +00:00
AMDGPUISelLowering.h R600: Add a CONST_ADDRESS node to model constant buf read 2013-01-23 02:09:03 +00:00
AMDGPUMCInstLower.cpp
AMDGPUMCInstLower.h
AMDGPURegisterInfo.cpp
AMDGPURegisterInfo.h
AMDGPURegisterInfo.td
AMDGPUStructurizeCFG.cpp
AMDGPUSubtarget.cpp
AMDGPUSubtarget.h
AMDGPUTargetMachine.cpp R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
AMDGPUTargetMachine.h
AMDIL7XXDevice.cpp
AMDIL7XXDevice.h
AMDIL.h R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
AMDILBase.td
AMDILCFGStructurizer.cpp
AMDILDevice.cpp
AMDILDevice.h
AMDILDeviceInfo.cpp
AMDILDeviceInfo.h
AMDILDevices.h
AMDILEvergreenDevice.cpp
AMDILEvergreenDevice.h
AMDILFrameLowering.cpp
AMDILFrameLowering.h
AMDILInstrInfo.td
AMDILIntrinsicInfo.cpp
AMDILIntrinsicInfo.h
AMDILIntrinsics.td
AMDILISelDAGToDAG.cpp R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
AMDILISelLowering.cpp
AMDILNIDevice.cpp
AMDILNIDevice.h
AMDILPeepholeOptimizer.cpp
AMDILRegisterInfo.td
AMDILSIDevice.cpp
AMDILSIDevice.h
CMakeLists.txt R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
LLVMBuild.txt
Makefile
Processors.td
R600Defines.h R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
R600ExpandSpecialInstrs.cpp
R600InstrInfo.cpp R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
R600InstrInfo.h
R600Instructions.td R600: Add a llvm.R600.store.swizzle intrinsics 2013-01-23 21:39:49 +00:00
R600Intrinsics.td R600: Add a llvm.R600.store.swizzle intrinsics 2013-01-23 21:39:49 +00:00
R600ISelLowering.cpp R600: Add a llvm.R600.store.swizzle intrinsics 2013-01-23 21:39:49 +00:00
R600ISelLowering.h R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
R600LowerConstCopy.cpp R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
R600MachineFunctionInfo.cpp R600: Simplify stream outputs intrinsic 2013-01-23 21:39:47 +00:00
R600MachineFunctionInfo.h R600: Simplify stream outputs intrinsic 2013-01-23 21:39:47 +00:00
R600RegisterInfo.cpp R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
R600RegisterInfo.h
R600RegisterInfo.td R600: rework handling of the constants 2013-01-23 02:09:06 +00:00
R600Schedule.td
SIAnnotateControlFlow.cpp
SIAssignInterpRegs.cpp
SIInsertWaits.cpp R600: Proper insert S_WAITCNT instructions 2013-01-18 21:15:53 +00:00
SIInstrFormats.td
SIInstrInfo.cpp
SIInstrInfo.h R600: Proper insert S_WAITCNT instructions 2013-01-18 21:15:53 +00:00
SIInstrInfo.td R600: Proper insert S_WAITCNT instructions 2013-01-18 21:15:53 +00:00
SIInstructions.td R600/SI: Use unnormalized coordinates for sampling with the RECT target. 2013-01-21 15:40:48 +00:00
SIIntrinsics.td R600/SI: Take target parameter for sample intrinsics. 2013-01-21 15:40:47 +00:00
SIISelLowering.cpp R600: Proper insert S_WAITCNT instructions 2013-01-18 21:15:53 +00:00
SIISelLowering.h R600: Proper insert S_WAITCNT instructions 2013-01-18 21:15:53 +00:00
SILowerControlFlow.cpp R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable] 2013-01-21 14:06:48 +00:00
SILowerLiteralConstants.cpp
SIMachineFunctionInfo.cpp
SIMachineFunctionInfo.h
SIRegisterInfo.cpp
SIRegisterInfo.h
SIRegisterInfo.td
SISchedule.td