Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td253 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether
256 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.
257 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {
259 string MachineInstrFnName = MachineInstrFn;
262 // Similar to CheckFunctionPredicate. However it assumes that MachineInstrFn is
267 // - TIIPointer->MachineInstrFn(MI)
269 class CheckFunctionPredicateWithTII<string MCInstFn, string MachineInstrFn, string
273 string MachineInstrFnName = MachineInstrFn;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.h81 StringRef MachineInstrFn);
83 StringRef MachineInstrFn,
H A DPredicateExpander.cpp202 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument
205 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()
215 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument
216 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()