Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp232 StringRef TIIPtr) { in expandCheckFunctionPredicateWithTII() argument
234 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()
H A DPredicateExpander.h89 StringRef TIIPtr);