Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp782 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 AsmMatcherInfo
1198 return getOperandClass(Rec, SubOpIdx); in getOperandClass()
1201 ClassInfo *AsmMatcherInfo::getOperandClass(const Record *Rec, int SubOpIdx) { in getOperandClass() function in AsmMatcherInfo
1742 Op->Class = getOperandClass(Operands[*Idx], Op->SubOpIdx); in buildInstructionOperandReference()
1785 Op.Class = getOperandClass(ResultOp.getRecord(), Op.SubOpIdx); in buildAliasOperandReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h286 unsigned getOperandClass() const { in getOperandClass() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12805 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()