Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h828 bool SkipSrc = false) const {
829 return getInvalidCompOperandIndex(GetRegIdx, SkipSrc).has_value();
838 bool SkipSrc = false) const;
H A DAMDGPUBaseInfo.cpp703 std::function<unsigned(unsigned, unsigned)> GetRegIdx, bool SkipSrc) const { in getInvalidCompOperandIndex()
709 SkipSrc ? Component::DST_NUM : Component::MAX_OPR_NUM; in getInvalidCompOperandIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3815 bool SkipSrc = Opcode == AMDGPU::V_DUAL_MOV_B32_e32_X_MOV_B32_e32_gfx12; in validateVOPDRegBankConstraints() local
3819 InstInfo.getInvalidCompOperandIndex(getVRegIdx, SkipSrc); in validateVOPDRegBankConstraints()