Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.cpp166 StringRef MachineInstrFn) { in expandCheckFunctionPredicate() argument
167 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
DPredicateExpander.h79 StringRef MachineInstrFn);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td190 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether
193 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.
194 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {
196 string MachineInstrFnName = MachineInstrFn;