Home
last modified time | relevance | path

Searched defs:CompSrcIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h668 bool hasRegSrcOperand(unsigned CompSrcIdx) const { in hasRegSrcOperand()
677 bool hasMandatoryLiteralAt(unsigned CompSrcIdx) const { in hasMandatoryLiteralAt()
760 unsigned getIndexOfSrcInMCOperands(unsigned CompSrcIdx) const { in getIndexOfSrcInMCOperands()
771 unsigned getIndexOfSrcInParsedOperands(unsigned CompSrcIdx) const { in getIndexOfSrcInParsedOperands()
H A DAMDGPUBaseInfo.cpp694 auto CompSrcIdx = CompOprIdx - Component::DST_NUM; in getIndexInParsedOperands() local
740 unsigned CompSrcIdx = CompOprIdx - DST_NUM; in getRegIndices() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp98 for (unsigned CompSrcIdx = 0; CompSrcIdx < CompSrcOprNum; ++CompSrcIdx) { in doReplace() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3833 auto CompSrcIdx = CompOprIdx - VOPD::Component::DST_NUM; in validateVOPDRegBankConstraints() local
8901 for (unsigned CompSrcIdx = 0; CompSrcIdx < CompSrcOperandsNum; ++CompSrcIdx) in cvtVOPD() local