Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1200 class SameOperandMatcher : public OperandPredicateMatcher { class
1204 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName) in SameOperandMatcher() function in __anon0a286f430111::SameOperandMatcher
1217 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1670 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
3247 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName()); in defineOperand()
3450 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()