Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp784 OperandTable ApplyOpTable; member in __anon569e2aa20111::CombineRuleBuilder
927 ApplyOpTable.print(OS, "ApplyPats", /*Indent*/ " "); in print()
1469 auto *ApplyRedef = ApplyOpTable.getDef(Name); in findRoots()
1535 if (IP && !ApplyOpTable.addPattern(IP, DiagnoseRedefApply)) in buildRuleOperandsTable()
1961 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern()
2028 !ApplyOpTable.getDef(OpName) && "Temp reg not emitted yet!"); in emitInstructionApplyPattern()
2177 if (!ApplyOpTable.lookup(New).Found && !MatchOpTable.lookup(New).Found) in emitBuiltinApplyPattern()