llvm-project/llvm/lib/Target/AMDGPU
Dmitry Preobrazhensky e01dbabdd1 [AMDGPU][MC] Corrected error message "image data size does not match dmask and tfe"
Differential Revision: https://reviews.llvm.org/D123929
2022-04-19 13:52:58 +03:00
..
AsmParser [AMDGPU][MC] Corrected error message "image data size does not match dmask and tfe" 2022-04-19 13:52:58 +03:00
Disassembler [Disassember][NFCI] Use strong type for instruction decoder 2022-03-25 18:53:59 -07:00
MCA [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
MCTargetDesc [AMDGPU][MC][GFX10] Added syntactic sugar for s_waitcnt_depctr operand 2022-04-07 17:03:44 +03:00
TargetInfo Fix shlib builds for all lib/Target/*/TargetInfo libs 2021-10-08 15:21:13 -07:00
Utils [AMDGPU][MC] Corrected error message "image data size does not match dmask and tfe" 2022-04-19 13:52:58 +03:00
AMDGPU.h Reapply "AMDGPU: Remove AMDGPUFixFunctionBitcasts pass" 2022-04-11 19:43:37 -04:00
AMDGPU.td Revert "[AMDGPU] Omit unnecessary waitcnt before barriers" 2022-04-18 21:24:08 -07:00
AMDGPUAliasAnalysis.cpp [NFC][AMDGPU] Reduce includes dependencies, part 2 2021-10-01 17:50:20 +03:00
AMDGPUAliasAnalysis.h [Target] Remove redundant member initialization (NFC) 2022-01-06 22:01:44 -08:00
AMDGPUAlwaysInlinePass.cpp [HIP] [AlwaysInliner] Disable AlwaysInliner to eliminate undefined symbols 2021-10-18 16:53:15 -06:00
AMDGPUAnnotateKernelFeatures.cpp [AMDGPU][NFC] Correct typos in lib/Target/AMDGPU/AMDGPU*.cpp files. Test commit for new contributor. 2021-09-20 14:48:50 -07:00
AMDGPUAnnotateUniformValues.cpp [AMDGPU] Return better Changed status from AMDGPUAnnotateUniformValues 2022-02-17 09:31:42 +00:00
AMDGPUArgumentUsageInfo.cpp AMDGPU: Remove fixed function ABI option 2021-12-10 19:41:19 -05:00
AMDGPUArgumentUsageInfo.h
AMDGPUAsmPrinter.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
AMDGPUAsmPrinter.h [AMDGPU] Lazily init pal metadata on first function 2022-02-04 18:39:35 +01:00
AMDGPUAtomicOptimizer.cpp [AMDGPU][NFC] Correct typos in lib/Target/AMDGPU/AMDGPU*.cpp files. Test commit for new contributor. 2021-09-20 14:48:50 -07:00
AMDGPUAttributes.def AMDGPU: Emit metadata for the hidden_multigrid_sync_arg conditionally 2022-04-12 12:36:30 -07:00
AMDGPUAttributor.cpp [Attributor][NFCI] Introduce AttributorConfig to bundle all options 2022-04-15 18:17:19 -05:00
AMDGPUCallLowering.cpp Revert "[amdgpu][nfc] Pass function instead of module to allocateModuleLDSGlobal" 2022-03-20 00:58:26 +00:00
AMDGPUCallLowering.h AMDGPU/GlobalISel: Redo kernel argument load handling 2021-07-16 08:56:54 -04:00
AMDGPUCallingConv.td [AMDGPU] Move call clobbered return address registers s[30:31] to callee saved range 2022-03-09 12:18:02 +05:30
AMDGPUCodeGenPrepare.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
AMDGPUCombine.td AMDGPU/GlobalISel: Add clamp combine 2021-12-03 12:49:39 +01:00
AMDGPUCombinerHelper.cpp [AMDGPU][GlobalISel] Fix insert point in FoldableFneg combine 2022-02-11 12:09:40 +01:00
AMDGPUCombinerHelper.h [AMDGPU][GlobalISel] Fold G_FNEG above when users cannot fold mods 2021-11-17 14:25:13 +01:00
AMDGPUCtorDtorLowering.cpp [amdgpu] Don't crash on empty global ctor/dtor 2021-11-16 14:36:08 +00:00
AMDGPUExportClustering.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
AMDGPUExportClustering.h
AMDGPUFeatures.td AMDGPU: Remove FeatureLocalMemorySize0 2021-09-02 22:43:01 -04:00
AMDGPUFrameLowering.cpp
AMDGPUFrameLowering.h
AMDGPUGISel.td [AMDGPU] gfx940: disable OP_SEL on V_DOT instructions 2022-03-14 17:02:00 -07:00
AMDGPUGenRegisterBankInfo.def
AMDGPUGlobalISelUtils.cpp
AMDGPUGlobalISelUtils.h
AMDGPUHSAMetadataStreamer.cpp AMDGPU: Emit metadata for the hidden_multigrid_sync_arg conditionally 2022-04-12 12:36:30 -07:00
AMDGPUHSAMetadataStreamer.h [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
AMDGPUISelDAGToDAG.cpp [AMDGPU] Select buffer_atomic_cmpswap* in tblgen 2022-03-17 10:12:32 +05:30
AMDGPUISelDAGToDAG.h [AMDGPU] Select buffer_atomic_cmpswap* in tblgen 2022-03-17 10:12:32 +05:30
AMDGPUISelLowering.cpp AMDGPU/SDAG: Custom SETCC (i.e. ballot) is always uniform 2022-04-11 14:04:21 -05:00
AMDGPUISelLowering.h AMDGPU: Use the implicit kernargs for code object version 5 2022-03-17 14:12:36 -07:00
AMDGPUInstCombineIntrinsic.cpp [AMDGPU] Only match correct type for a16 2022-01-25 14:59:16 +01:00
AMDGPUInstrInfo.cpp
AMDGPUInstrInfo.h [AMDGPU] Fix LOD bias in A16 combine 2022-01-21 12:09:06 +01:00
AMDGPUInstrInfo.td [AMDGPU] Move call clobbered return address registers s[30:31] to callee saved range 2022-03-09 12:18:02 +05:30
AMDGPUInstructionSelector.cpp AMDGPU/GlobalISel: Remove unused parameter 2022-04-11 19:43:37 -04:00
AMDGPUInstructionSelector.h [AMDGPU] Support gfx940 smfmac instructions 2022-03-24 12:40:42 -07:00
AMDGPUInstructions.td [AMDGPU] Select no-return ds_* atomic ops in tblgen. 2022-02-10 09:26:37 +05:30
AMDGPULateCodeGenPrepare.cpp [AArch64, AMDGPU] Use make_early_inc_range (NFC) 2021-11-03 09:22:51 -07:00
AMDGPULegalizerInfo.cpp [AMDGPU] Fix unused variable warning after D117484 2022-04-06 14:45:38 +01:00
AMDGPULegalizerInfo.h AMDGPU/GlobalISel: Handle legacy grid ID intrinsics 2022-04-05 22:01:31 -04:00
AMDGPULibCalls.cpp [AMDGPU] Pull out repeated getVecSize() calls. NFC. 2022-02-10 16:31:36 +00:00
AMDGPULibFunc.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
AMDGPULibFunc.h [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
AMDGPULowerIntrinsics.cpp [AArch64, AMDGPU] Use make_early_inc_range (NFC) 2021-11-03 09:22:51 -07:00
AMDGPULowerKernelArguments.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
AMDGPULowerKernelAttributes.cpp AMDGPU: Update reqd-work-group-size optimization for umin intrinsic 2022-04-12 20:03:02 -04:00
AMDGPULowerModuleLDSPass.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
AMDGPUMCInstLower.cpp [AMDGPU] Move call clobbered return address registers s[30:31] to callee saved range 2022-03-09 12:18:02 +05:30
AMDGPUMCInstLower.h [NFC][AMDGPU] Reduce includes dependencies, part 2 2021-10-01 17:50:20 +03:00
AMDGPUMIRFormatter.cpp
AMDGPUMIRFormatter.h [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
AMDGPUMachineCFGStructurizer.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
AMDGPUMachineFunction.cpp Revert "[amdgpu][nfc] Pass function instead of module to allocateModuleLDSGlobal" 2022-03-20 00:58:26 +00:00
AMDGPUMachineFunction.h Revert "[amdgpu][nfc] Pass function instead of module to allocateModuleLDSGlobal" 2022-03-20 00:58:26 +00:00
AMDGPUMachineModuleInfo.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
AMDGPUMachineModuleInfo.h
AMDGPUMacroFusion.cpp
AMDGPUMacroFusion.h
AMDGPUOpenCLEnqueuedBlockLowering.cpp [NFC] Remove unnecessary "#include"s from header files 2022-02-23 01:20:48 -08:00
AMDGPUPTNote.h [NFC] Fix endif comments to match with include guard 2022-01-07 15:52:59 +08:00
AMDGPUPerfHintAnalysis.cpp [AMDGPU] Only count global-to-global as indirect accesses 2022-04-01 13:48:13 +01:00
AMDGPUPerfHintAnalysis.h [AMDGPU] Tune perfhint analysis to account access width 2021-07-21 12:46:10 -07:00
AMDGPUPostLegalizerCombiner.cpp Code quality: Combine V_RSQ 2021-11-30 17:17:15 +01:00
AMDGPUPreLegalizerCombiner.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
AMDGPUPrintfRuntimeBinding.cpp [AMDGPU][OpenCL] Remove "printf and hostcall" diagnostic 2022-04-05 19:10:23 +00:00
AMDGPUPromoteAlloca.cpp [AMDGPUPromoteAlloca] Make compatible with opaque pointers 2022-03-11 09:20:51 +01:00
AMDGPUPromoteKernelArguments.cpp [AMDGPU] Set noclobber metadata on loads instead of cast to constant 2022-03-07 23:13:02 -08:00
AMDGPUPropagateAttributes.cpp AMDGPU: Use attributor to propagate amdgpu-flat-work-group-size 2021-10-22 16:23:50 -04:00
AMDGPURegBankCombiner.cpp AMDGPU/GlobalISel: Fix introducing f16 fmed3 for gfx8 2022-01-19 10:43:21 -05:00
AMDGPURegisterBankInfo.cpp [AMDGPU] Split waterfall loop exec manipulation 2022-03-28 17:44:54 +09:00
AMDGPURegisterBankInfo.h [nfc][codegen] Move RegisterBank[Info].h under CodeGen 2022-03-01 21:53:25 -08:00
AMDGPURegisterBanks.td [AMDGPU] Add 224-bit vector types and link 192-bit types to MVTs 2021-06-24 12:41:22 +09:00
AMDGPUReplaceLDSUseWithPointer.cpp [AMDGPU] Merge AMDGPULDSUtils into AMDGPUMemoryUtils 2022-02-11 10:32:24 -08:00
AMDGPUResourceUsageAnalysis.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
AMDGPUResourceUsageAnalysis.h AMDGPU: Convert AMDGPUResourceUsageAnalysis to a Module pass 2022-02-04 15:56:04 -05:00
AMDGPURewriteOutArguments.cpp [AMDGPURewriteOutArguments] Don't use pointer element type 2022-02-08 16:10:41 +01:00
AMDGPUSearchableTables.td [AMDGPU] Support gfx940 smfmac instructions 2022-03-24 12:40:42 -07:00
AMDGPUSubtarget.cpp [AMDGPU] Use default member initializers in Subtarget classes 2022-04-12 16:42:30 +01:00
AMDGPUSubtarget.h [AMDGPU] Use default member initializers in Subtarget classes 2022-04-12 16:42:30 +01:00
AMDGPUTargetMachine.cpp Reapply "AMDGPU: Remove AMDGPUFixFunctionBitcasts pass" 2022-04-11 19:43:37 -04:00
AMDGPUTargetMachine.h mark getTargetTransformInfo and getTargetIRAnalysis as const 2022-02-25 14:30:44 -05:00
AMDGPUTargetObjectFile.cpp
AMDGPUTargetObjectFile.h
AMDGPUTargetTransformInfo.cpp [AMDGPU] Fix regression with vectorization limiting 2022-04-08 17:46:49 -07:00
AMDGPUTargetTransformInfo.h [AMDGPU] Fix regression with vectorization limiting 2022-04-08 17:46:49 -07:00
AMDGPUUnifyDivergentExitNodes.cpp [Analysis, Target, Transforms] Construct SmallVector with iterator ranges (NFC) 2021-09-07 09:19:33 -07:00
AMDGPUUnifyMetadata.cpp
AMDKernelCodeT.h [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
BUFInstructions.td [AMDGPU] Select d16 stores even when sramecc is enabled 2022-04-19 09:34:32 +01:00
CMakeLists.txt Reapply "AMDGPU: Remove AMDGPUFixFunctionBitcasts pass" 2022-04-11 19:43:37 -04:00
CaymanInstructions.td Code quality: Combine V_RSQ 2021-11-30 17:17:15 +01:00
DSInstructions.td [AMDGPU] Select d16 stores even when sramecc is enabled 2022-04-19 09:34:32 +01:00
EXPInstructions.td
EvergreenInstructions.td Code quality: Combine V_RSQ 2021-11-30 17:17:15 +01:00
FLATInstructions.td [AMDGPU] Select d16 stores even when sramecc is enabled 2022-04-19 09:34:32 +01:00
GCNDPPCombine.cpp [AMDGPU] Support v_mov_b64 in dpp combine 2022-03-11 11:37:32 -08:00
GCNHazardRecognizer.cpp [AMDGPU] Increate hazard for store dwordx3/4 to 2 waitstates on gfx940 2022-04-13 14:21:45 -07:00
GCNHazardRecognizer.h [AMDGPU] Add s_nop WaitStates between neighboring mfma 2022-03-23 13:56:09 -07:00
GCNILPSched.cpp
GCNIterativeScheduler.cpp [AMDGPU][NFC] Fix typos 2021-11-12 11:37:21 +01:00
GCNIterativeScheduler.h
GCNMinRegStrategy.cpp [AMDGPU][NFC] Fix typos 2021-11-12 11:37:21 +01:00
GCNNSAReassign.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
GCNPreRAOptimizations.cpp [AMDGPU][NFC] Fix typos 2021-11-12 11:37:21 +01:00
GCNProcessors.td [AMDGPU] gfx940 basic speed model 2022-03-18 13:19:47 -07:00
GCNRegPressure.cpp [NFC] Use Register instead of unsigned 2022-01-19 20:17:04 +08:00
GCNRegPressure.h [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
GCNSchedStrategy.cpp [AMDGPU] Enable PreRARematerialize scheduling pass with multiple high RP regions 2022-04-08 13:08:32 -07:00
GCNSchedStrategy.h [AMDGPU] Enable PreRARematerialize scheduling pass with multiple high RP regions 2022-04-08 13:08:32 -07:00
GCNSubtarget.h Revert "[AMDGPU] Omit unnecessary waitcnt before barriers" 2022-04-18 21:24:08 -07:00
InstCombineTables.td
MIMGInstructions.td [AMDGPU][Codegen] Unsupported image sample texture map instructions 2022-04-12 10:38:59 -06:00
R600.h [AMDGPU] Rename AMDGPUCFGStructurizer to R600MachineCFGStructurizer 2022-02-18 15:08:25 +00:00
R600.td [NFC][AMDGPU] Reduce includes dependencies. 2021-08-25 12:01:55 +03:00
R600AsmPrinter.cpp [NFC][AMDGPU] Reduce includes dependencies. 2021-08-25 12:01:55 +03:00
R600AsmPrinter.h
R600ClauseMergePass.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600ControlFlowFinalizer.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600Defines.h
R600EmitClauseMarkers.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600ExpandSpecialInstrs.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600FrameLowering.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600FrameLowering.h
R600ISelDAGToDAG.cpp [NFC][AMDGPU] Reduce includes dependencies, part 2 2021-10-01 17:50:20 +03:00
R600ISelLowering.cpp [NFC][CodeGen] Add a setTargetDAGCombine use ArrayRef 2022-03-29 09:53:24 +08:00
R600ISelLowering.h [Target] Remove unused forward declarations (NFC) 2022-01-02 10:20:15 -08:00
R600InstrFormats.td
R600InstrInfo.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600InstrInfo.h [Target] Remove unused forward declarations (NFC) 2022-01-02 10:20:15 -08:00
R600InstrInfo.td [NFC][AMDGPU] Reduce includes dependencies. 2021-08-25 12:01:55 +03:00
R600Instructions.td Code quality: Combine V_RSQ 2021-11-30 17:17:15 +01:00
R600MCInstLower.cpp [NFC][AMDGPU] Reduce includes dependencies, part 2 2021-10-01 17:50:20 +03:00
R600MachineCFGStructurizer.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
R600MachineFunctionInfo.cpp
R600MachineFunctionInfo.h
R600MachineScheduler.cpp [llvm] Use range-based for loops (NFC) 2021-12-11 11:29:12 -08:00
R600MachineScheduler.h [AMDGPU][NFC] Fix typos 2021-11-12 11:37:21 +01:00
R600OpenCLImageTypeLoweringPass.cpp [llvm] Use range-based for loops (NFC) 2021-12-11 11:29:12 -08:00
R600OptimizeVectorRegisters.cpp [Target] Use range-based for loops (NFC) 2021-12-17 10:11:08 -08:00
R600Packetizer.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
R600Processors.td AMDGPU: Remove FeatureLocalMemorySize0 2021-09-02 22:43:01 -04:00
R600RegisterInfo.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
R600RegisterInfo.h
R600RegisterInfo.td
R600Schedule.td
R600Subtarget.cpp [AMDGPU] Use default member initializers in Subtarget classes 2022-04-12 16:42:30 +01:00
R600Subtarget.h [AMDGPU] Use default member initializers in Subtarget classes 2022-04-12 16:42:30 +01:00
R600TargetMachine.cpp mark getTargetTransformInfo and getTargetIRAnalysis as const 2022-02-25 14:30:44 -05:00
R600TargetMachine.h mark getTargetTransformInfo and getTargetIRAnalysis as const 2022-02-25 14:30:44 -05:00
R600TargetTransformInfo.cpp [NFC][AMDGPU] Reduce includes dependencies, part 2 2021-10-01 17:50:20 +03:00
R600TargetTransformInfo.h [NFC][AMDGPU] Reduce includes dependencies. 2021-08-25 12:01:55 +03:00
R700Instructions.td
SIAnnotateControlFlow.cpp [AMDGPU] Return better Changed status from SIAnnotateControlFlow 2022-02-17 09:38:57 +00:00
SIDefines.h AMDGPU: Emit metadata for the hidden_multigrid_sync_arg conditionally 2022-04-12 12:36:30 -07:00
SIFixSGPRCopies.cpp [Target] Use range-based for loops (NFC) 2021-11-26 21:21:17 -08:00
SIFixVGPRCopies.cpp
SIFoldOperands.cpp [AMDGPU][SIFoldOperands] Consider the alignment constraints 2022-03-17 08:27:53 +05:30
SIFormMemoryClauses.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
SIFrameLowering.cpp [AMDGPU][SIFrameLowering] Refactor custom SGPR spills (NFC). 2022-04-17 13:42:42 +05:30
SIFrameLowering.h [Target] Remove unused forward declarations (NFC) 2022-01-02 10:20:15 -08:00
SIISelLowering.cpp [AMDGPU] Remove redundand RequiredAlignment assignment. NFCI. 2022-04-14 02:03:51 -07:00
SIISelLowering.h AMDGPU: Handle private atomics 2022-04-06 22:47:19 -04:00
SIInsertHardClauses.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
SIInsertWaitcnts.cpp Revert "[AMDGPU] Omit unnecessary waitcnt before barriers" 2022-04-18 21:24:08 -07:00
SIInstrFormats.td
SIInstrInfo.cpp AMDGPU: Fix assert if v_mov_b32_dpp is last instruction in the block 2022-04-14 20:21:22 -04:00
SIInstrInfo.h [AMDGPU] Improve v_cmpx usage on GFX10.3. 2022-03-25 11:40:18 +01:00
SIInstrInfo.td [AMDGPU][MC][GFX10] Removed unsupported 64bit DPP opcodes 2022-04-13 14:43:40 +03:00
SIInstructions.td AMDGPU: Use isLiteralConstantLike to check whether the operand could ever be literal 2022-03-31 08:06:31 -07:00
SILateBranchLowering.cpp [AArch64, AMDGPU] Use make_early_inc_range (NFC) 2021-11-03 09:22:51 -07:00
SILoadStoreOptimizer.cpp [AMDGPU] Merge flat with global in the SILoadStoreOptimizer 2022-03-09 10:04:37 -08:00
SILowerControlFlow.cpp AMDGPU: Fix LiveVariables error after lowering SI_END_CF 2022-04-05 21:57:50 -04:00
SILowerI1Copies.cpp [AMDGPU] Return better Changed status from SILowerI1Copies 2022-02-17 09:38:57 +00:00
SILowerSGPRSpills.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
SIMachineFunctionInfo.cpp [AMDGPU][NFC] Organize code around reserving VGPR32 for AGPR copy. 2022-04-14 12:51:33 +05:30
SIMachineFunctionInfo.h [AMDGPU][NFC] Organize code around reserving VGPR32 for AGPR copy. 2022-04-14 12:51:33 +05:30
SIMachineScheduler.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
SIMachineScheduler.h [AMDGPU][NFC] Fix typos 2021-11-12 11:37:21 +01:00
SIMemoryLegalizer.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
SIModeRegister.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
SIOptimizeExecMasking.cpp [AMDGPU] Increase detection range for s_mov, v_cmpx transformation. 2022-04-08 12:47:24 +02:00
SIOptimizeExecMaskingPreRA.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
SIOptimizeVGPRLiveRange.cpp [AMDGPU] Graceful abort for waterfalls in SIOptimizeVGPRLiveRange 2022-04-12 14:15:44 +09:00
SIPeepholeSDWA.cpp [AMDGPU][NFC] Fix typos 2022-02-18 15:05:21 +01:00
SIPostRABundler.cpp [AMDGPU] Fix SIPostRABundler crash on null register used by dbg value 2021-11-18 17:01:19 -08:00
SIPreAllocateWWMRegs.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
SIPreEmitPeephole.cpp [NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated comments 2022-03-16 20:25:42 +08:00
SIProgramInfo.cpp
SIProgramInfo.h
SIRegisterInfo.cpp [AMDGPU][NFC] Organize code around reserving VGPR32 for AGPR copy. 2022-04-14 12:51:33 +05:30
SIRegisterInfo.h AMDGPU/GlobalISel: Remove unused parameter 2022-04-11 19:43:37 -04:00
SIRegisterInfo.td [AMDGPU] Support gfx940 smfmac instructions 2022-03-24 12:40:42 -07:00
SISchedule.td [AMDGPU] Support gfx940 smfmac instructions 2022-03-24 12:40:42 -07:00
SIShrinkInstructions.cpp [AMDGPU] Improve v_cmpx usage on GFX10.3. 2022-03-25 11:40:18 +01:00
SIWholeQuadMode.cpp [NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated comments 2022-03-16 20:25:42 +08:00
SMInstructions.td [AMDGPU] Mark time intrinsics as nomem, hassideeffects 2021-12-07 16:24:06 +00:00
SOPInstructions.td [AMDGPU][MC][GFX10] Added syntactic sugar for s_waitcnt_depctr operand 2022-04-07 17:03:44 +03:00
VIInstrFormats.td
VOP1Instructions.td [AMDGPU][MC][GFX10] Removed unsupported 64bit DPP opcodes 2022-04-13 14:43:40 +03:00
VOP2Instructions.td [AMDGPU][MC][GFX10] Removed unsupported 64bit DPP opcodes 2022-04-13 14:43:40 +03:00
VOP3Instructions.td [AMDGPU][GFX10] Enabled op_sel for v_add_nc_u16 and v_sub_nc_u16 2022-04-13 13:48:42 +03:00
VOP3PInstructions.td [AMDGPU] Use GenericTable to classify DGEMM 2022-03-24 13:00:37 -07:00
VOPCInstructions.td [AMDGPU] Improve v_cmpx usage on GFX10.3. 2022-03-25 11:40:18 +01:00
VOPInstructions.td [AMDGPU] Move VOP3 classes into VOPInstructions.td. NFC. 2022-03-25 13:56:43 +00:00