Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1104 class SameOperandMatcher : public OperandPredicateMatcher { class
1108 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName) in SameOperandMatcher() function in __anon7e76e5f80111::SameOperandMatcher
1121 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1488 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
2754 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName()); in defineOperand()
2938 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()