Searched refs:getOperandClass (Results 1 – 3 of 3) sorted by relevance
782 ClassInfo *getOperandClass(const CGIOperandList::OperandInfo &OI,784 ClassInfo *getOperandClass(const Record *Rec, int SubOpIdx);1193 AsmMatcherInfo::getOperandClass(const CGIOperandList::OperandInfo &OI, in getOperandClass() function in AsmMatcherInfo1198 return getOperandClass(Rec, SubOpIdx); in getOperandClass()1201 ClassInfo *AsmMatcherInfo::getOperandClass(const Record *Rec, int SubOpIdx) { in getOperandClass() function in AsmMatcherInfo1742 Op->Class = getOperandClass(Operands[*Idx], Op->SubOpIdx); in buildInstructionOperandReference()1785 Op.Class = getOperandClass(ResultOp.getRecord(), Op.SubOpIdx); in buildAliasOperandReference()
286 unsigned getOperandClass() const { in getOperandClass() function
12805 unsigned DupCheckMatchClass = OperandDiag ? I.getOperandClass() : ~0U; in FilterNearMisses()12824 } else if (I.getOperandClass() == InvalidMatchClass) { in FilterNearMisses()12830 << getMatchClassName((MatchClassKind)I.getOperandClass()) in FilterNearMisses()12831 << I.getOperandClass() << ", error " << I.getOperandError() in FilterNearMisses()