Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td293 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether
296 // 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 is
307 // - TIIPointer->MachineInstrFn(MI)
309 class CheckFunctionPredicateWithTII<string MCInstFn, string MachineInstrFn, string
313 string MachineInstrFnName = MachineInstrFn;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.h86 StringRef MachineInstrFn);
88 StringRef MachineInstrFn,
H A DPredicateExpander.cpp231 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument
234 OS << (TIIPtr.empty() ? "TII" : TIIPtr) << "->" << MachineInstrFn; in expandCheckFunctionPredicateWithTII()
244 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument
245 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()