Searched refs:MachineInstrFn (Results 1 – 3 of 3) sorted by relevance
293 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether296 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.297 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {299 string MachineInstrFnName = MachineInstrFn;302 // Similar to CheckFunctionPredicate. However it assumes that MachineInstrFn is307 // - TIIPointer->MachineInstrFn(MI)309 class CheckFunctionPredicateWithTII<string MCInstFn, string MachineInstrFn, string313 string MachineInstrFnName = MachineInstrFn;
86 StringRef MachineInstrFn);88 StringRef MachineInstrFn,
231 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument234 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()244 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument245 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()