Searched refs:MachineInstrFn (Results 1 – 3 of 3) sorted by relevance
253 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether256 // 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 is267 // - TIIPointer->MachineInstrFn(MI)269 class CheckFunctionPredicateWithTII<string MCInstFn, string MachineInstrFn, string273 string MachineInstrFnName = MachineInstrFn;
81 StringRef MachineInstrFn);83 StringRef MachineInstrFn,
202 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument205 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()215 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument216 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()