Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1200 class SameOperandMatcher : public OperandPredicateMatcher { class
1204 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName) in SameOperandMatcher() function in __anon332dbd1e0111::SameOperandMatcher
1217 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1704 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
3281 OM.addPredicate<SameOperandMatcher>(OM.getSymbolicName()); in defineOperand()
3484 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()