Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1215 class SameOperandMatcher : public OperandPredicateMatcher { class
1220 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() function in __anon7790e1cf0111::SameOperandMatcher
1234 OrigOpIdx == cast<SameOperandMatcher>(&B)->OrigOpIdx && in isIdentical()
1235 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1722 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
3328 OM.addPredicate<SameOperandMatcher>( in defineOperand()
3532 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()