llvm-6502/lib/Target/R600
Matt Arsenault 5177e9551c R600/SI: Fix not setting clamp / omod for v_cndmask_b32_e64
Rename the multiclass since it now applies to the output
modifiers as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229610 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-18 02:15:27 +00:00
..
AsmParser
InstPrinter
MCTargetDesc Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
TargetInfo
AMDGPU.h
AMDGPU.td
AMDGPUAlwaysInlinePass.cpp
AMDGPUAsmPrinter.cpp
AMDGPUAsmPrinter.h
AMDGPUCallingConv.td
AMDGPUFrameLowering.cpp
AMDGPUFrameLowering.h
AMDGPUInstrInfo.cpp Make helper functions/classes/globals static. NFC. 2015-02-06 17:51:54 +00:00
AMDGPUInstrInfo.h
AMDGPUInstrInfo.td R600/SI: Fix implicit vcc operand to v_div_fmas_* 2015-02-14 04:22:00 +00:00
AMDGPUInstructions.td R600/SI: Extend private extload pattern to include zext loads 2015-02-17 16:36:00 +00:00
AMDGPUIntrinsicInfo.cpp
AMDGPUIntrinsicInfo.h
AMDGPUIntrinsics.td
AMDGPUISelDAGToDAG.cpp R600/SI: Use complex operand folding for div_scale 2015-02-14 04:24:28 +00:00
AMDGPUISelLowering.cpp R600/SI: Fix implicit vcc operand to v_div_fmas_* 2015-02-14 04:22:00 +00:00
AMDGPUISelLowering.h
AMDGPUMachineFunction.cpp R600: Canonicalize access to function attributes, NFC 2015-02-14 02:45:45 +00:00
AMDGPUMachineFunction.h
AMDGPUMCInstLower.cpp
AMDGPUMCInstLower.h
AMDGPUPromoteAlloca.cpp
AMDGPURegisterInfo.cpp
AMDGPURegisterInfo.h
AMDGPURegisterInfo.td
AMDGPUSubtarget.cpp
AMDGPUSubtarget.h R600/SI: Disable subreg liveness 2015-02-11 18:24:53 +00:00
AMDGPUTargetMachine.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
AMDGPUTargetMachine.h R600: Split AMDGPUPassConfig into R600PassConfig and GCNPassConfig 2015-02-11 17:11:51 +00:00
AMDGPUTargetTransformInfo.cpp
AMDGPUTargetTransformInfo.h
AMDILCFGStructurizer.cpp
AMDKernelCodeT.h
CaymanInstructions.td R600/SI: Implement correct f64 fdiv 2015-02-14 04:30:08 +00:00
CIInstructions.td
CMakeLists.txt
EvergreenInstructions.td R600/SI: Implement correct f64 fdiv 2015-02-14 04:30:08 +00:00
LLVMBuild.txt
Makefile
Processors.td
R600ClauseMergePass.cpp
R600ControlFlowFinalizer.cpp
R600Defines.h
R600EmitClauseMarkers.cpp
R600ExpandSpecialInstrs.cpp
R600InstrFormats.td
R600InstrInfo.cpp
R600InstrInfo.h
R600Instructions.td R600: Fix operand encoding error 2015-02-18 02:10:42 +00:00
R600Intrinsics.td
R600ISelLowering.cpp Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
R600ISelLowering.h
R600MachineFunctionInfo.cpp
R600MachineFunctionInfo.h
R600MachineScheduler.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
R600MachineScheduler.h
R600OptimizeVectorRegisters.cpp
R600Packetizer.cpp
R600RegisterInfo.cpp
R600RegisterInfo.h
R600RegisterInfo.td
R600Schedule.td
R600TextureIntrinsicsReplacer.cpp
R700Instructions.td
SIAnnotateControlFlow.cpp
SIDefines.h
SIFixSGPRCopies.cpp
SIFixSGPRLiveRanges.cpp
SIFoldOperands.cpp R600/SI: Fix asam errors in SIFoldOperands 2015-02-17 20:11:54 +00:00
SIInsertWaits.cpp
SIInstrFormats.td R600/SI: Rename encoding field to match docs for VOP3b 2015-02-14 03:54:29 +00:00
SIInstrInfo.cpp R600/SI: Fix brace identation 2015-02-18 02:04:31 +00:00
SIInstrInfo.h R600/SI: Allow f64 inline immediates in i64 operands 2015-02-13 19:05:03 +00:00
SIInstrInfo.td R600/SI: Fix not setting clamp / omod for v_cndmask_b32_e64 2015-02-18 02:15:27 +00:00
SIInstructions.td R600/SI: Fix not setting clamp / omod for v_cndmask_b32_e64 2015-02-18 02:15:27 +00:00
SIIntrinsics.td
SIISelLowering.cpp Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
SIISelLowering.h
SILoadStoreOptimizer.cpp
SILowerControlFlow.cpp R600/SI: Don't enable WQM for V_INTERP_* instructions v2 2015-02-06 02:51:25 +00:00
SILowerI1Copies.cpp
SIMachineFunctionInfo.cpp
SIMachineFunctionInfo.h
SIPrepareScratchRegs.cpp
SIRegisterInfo.cpp
SIRegisterInfo.h
SIRegisterInfo.td R600/SI: Really fix size of VReg_1 2015-02-14 03:54:32 +00:00
SISchedule.td
SIShrinkInstructions.cpp R600/SI: Allow f64 inline immediates in i64 operands 2015-02-13 19:05:03 +00:00
SITypeRewriter.cpp R600: Canonicalize access to function attributes, NFC 2015-02-14 02:45:45 +00:00
VIInstrFormats.td R600/SI: Fix VOP3b encoding on VI 2015-02-14 03:02:23 +00:00
VIInstructions.td