Searched refs:SkipSrc (Results 1 – 4 of 4) sorted by relevance
108 bool SkipSrc = ST.getGeneration() >= AMDGPUSubtarget::GFX12 && in checkVOPDRegConstraints() local112 if (InstInfo.hasInvalidOperand(getVRegIdx, SkipSrc)) in checkVOPDRegConstraints()
850 // If \p SkipSrc is set to true then constraints for source operands are not853 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 not863 bool SkipSrc = false) const;
742 std::function<unsigned(unsigned, unsigned)> GetRegIdx, bool SkipSrc) const { in getRegIndices() 748 SkipSrc ? Component::DST_NUM : Component::MAX_OPR_NUM; in getRegIndices()
3852 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