Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h891 class SameOperandMatcher : public OperandPredicateMatcher {
898 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() function
912 OrigOpIdx == cast<SameOperandMatcher>(&B)->OrigOpIdx && in isIdentical()
913 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
1307 if (isa<SameOperandMatcher>(Predicate)) in isSameAsAnotherOperand()
H A DGlobalISelMatchTable.cpp875 OM.addPredicate<SameOperandMatcher>( in defineOperand()
1111 void SameOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()