Searched refs:MachineInstrFn (Results 1 – 3 of 3) sorted by relevance
249 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether252 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.253 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {255 string MachineInstrFnName = MachineInstrFn;
204 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument205 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
82 StringRef MachineInstrFn);