Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td249 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether
252 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.
253 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {
255 string MachineInstrFnName = MachineInstrFn;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp204 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument
205 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
H A DPredicateExpander.h82 StringRef MachineInstrFn);