Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1213 class SameOperandMatcher : public OperandPredicateMatcher { class
1217 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName) in SameOperandMatcher() function in __anon612774070111::SameOperandMatcher
1230 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1717 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
3294 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName()); in defineOperand()
3497 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()