Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp788 OperandTable ApplyOpTable; member in __anon8b97f5b70111::CombineRuleBuilder
903 ApplyOpTable.print(OS, "ApplyPats", /*Indent*/ " "); in print()
1375 auto *ApplyRedef = ApplyOpTable.getDef(Name); in findRoots()
1441 if (IP && !ApplyOpTable.addPattern(IP, DiagnoseRedefApply)) in buildRuleOperandsTable()
1869 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern()
1936 !ApplyOpTable.getDef(OpName) && "Temp reg not emitted yet!"); in emitInstructionApplyPattern()
2080 if (!ApplyOpTable.lookup(New).Found && !MatchOpTable.lookup(New).Found) in emitBuiltinApplyPattern()