Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp617 unsigned CompOprIdx; in ComponentProps() local
618 for (CompOprIdx = Component::SRC1; CompOprIdx < OperandsNum; ++CompOprIdx) { in ComponentProps()
620 MandatoryLiteralIdx = CompOprIdx; in ComponentProps()
627 assert(CompOprIdx < Component::MAX_OPR_NUM); in getIndexInParsedOperands()
629 if (CompOprIdx == Component::DST) in getIndexInParsedOperands()
648 unsigned CompOprIdx; in getInvalidCompOperandIndex() local
649 for (CompOprIdx = 0; CompOprIdx < CompOprNum; ++CompOprIdx) { in getInvalidCompOperandIndex()
651 if (OpXRegs[CompOprIdx] && OpYRegs[CompOprIdx] && in getInvalidCompOperandIndex()
653 (OpYRegs[CompOprIdx] & BanksMasks))) in getInvalidCompOperandIndex()
654 return CompOprIdx; in getInvalidCompOperandIndex()
[all …]
H A DAMDGPUBaseInfo.h724 unsigned getIndexInParsedOperands(unsigned CompOprIdx) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp95 auto CompOprIdx = InstInfo[CompIdx].getMandatoryLiteralCompOperandIndex(); in checkVOPDRegConstraints() local
96 addLiteral(MI.getOperand(CompOprIdx)); in checkVOPDRegConstraints()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3654 auto CompOprIdx = *InvalidCompOprIdx; in validateVOPDRegBankConstraints() local
3656 std::max(InstInfo[VOPD::X].getIndexInParsedOperands(CompOprIdx), in validateVOPDRegBankConstraints()
3657 InstInfo[VOPD::Y].getIndexInParsedOperands(CompOprIdx)); in validateVOPDRegBankConstraints()
3661 if (CompOprIdx == VOPD::Component::DST) { in validateVOPDRegBankConstraints()
3664 auto CompSrcIdx = CompOprIdx - VOPD::Component::DST_NUM; in validateVOPDRegBankConstraints()