Home
last modified time | relevance | path

Searched refs:GetRegIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h827 bool hasInvalidOperand(std::function<unsigned(unsigned, unsigned)> GetRegIdx,
829 return getInvalidCompOperandIndex(GetRegIdx, SkipSrc).has_value();
837 std::function<unsigned(unsigned, unsigned)> GetRegIdx,
843 std::function<unsigned(unsigned, unsigned)> GetRegIdx) const;
H A DAMDGPUBaseInfo.cpp703 std::function<unsigned(unsigned, unsigned)> GetRegIdx, bool SkipSrc) const { in getInvalidCompOperandIndex() argument
705 auto OpXRegs = getRegIndices(ComponentIndex::X, GetRegIdx); in getInvalidCompOperandIndex()
706 auto OpYRegs = getRegIndices(ComponentIndex::Y, GetRegIdx); in getInvalidCompOperandIndex()
731 std::function<unsigned(unsigned, unsigned)> GetRegIdx) const { in getRegIndices()
737 RegIndices[DST] = GetRegIdx(CompIdx, Comp.getIndexOfDstInMCOperands()); in getRegIndices()
743 ? GetRegIdx(CompIdx, Comp.getIndexOfSrcInMCOperands(CompSrcIdx)) in getRegIndices()