Home
last modified time | relevance | path

Searched refs:SkipSrc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp108 bool SkipSrc = ST.getGeneration() >= AMDGPUSubtarget::GFX12 && in checkVOPDRegConstraints() local
112 if (InstInfo.hasInvalidOperand(getVRegIdx, SkipSrc)) in checkVOPDRegConstraints()
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h850 // If \p SkipSrc is set to true then constraints for source operands are not
853 bool SkipSrc = false) const {
854 return getInvalidCompOperandIndex(GetRegIdx, SkipSrc).has_value();
859 // If \p SkipSrc is set to true then constraints for source operands are not
863 bool SkipSrc = false) const;
H A DAMDGPUBaseInfo.cpp742 std::function<unsigned(unsigned, unsigned)> GetRegIdx, bool SkipSrc) const { in getRegIndices()
748 SkipSrc ? Component::DST_NUM : Component::MAX_OPR_NUM; in getRegIndices()
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3852 bool SkipSrc = Opcode == AMDGPU::V_DUAL_MOV_B32_e32_X_MOV_B32_e32_gfx12;
3856 InstInfo.getInvalidCompOperandIndex(getVRegIdx, SkipSrc); in validateMIMGDataSize()
3811 bool SkipSrc = Opcode == AMDGPU::V_DUAL_MOV_B32_e32_X_MOV_B32_e32_gfx12; validateVOPDRegBankConstraints() local