Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DPredicateExpander.cpp203 StringRef TIIPtr) { in expandCheckFunctionPredicateWithTII() argument
205 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()
H A DPredicateExpander.h84 StringRef TIIPtr);