Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h892 std::string MatchingName; variable
898 SameOperandMatcher(unsigned InsnVarID, unsigned OpIdx, StringRef MatchingName, in SameOperandMatcher() argument
901 MatchingName(MatchingName), OrigOpIdx(OrigOpIdx), Flags(Flags) {} in SameOperandMatcher()
913 MatchingName == cast<SameOperandMatcher>(&B)->MatchingName; in isIdentical()
H A DGlobalISelMatchTable.cpp1113 const OperandMatcher &OtherOM = Rule.getOperandMatcher(MatchingName); in emitPredicateOpcodes()