Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1214 class SameOperandMatcher : public OperandPredicateMatcher { class
1219 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() function in __anoncee47b830111::SameOperandMatcher
1233 OrigOpIdx == cast<SameOperandMatcher>(&B)->OrigOpIdx && in isIdentical()
1234 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1721 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
3321 OM.addPredicate<SameOperandMatcher>( in defineOperand()
3525 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()