Home
last modified time | relevance | path

Searched refs:MCInstFn (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DPredicateExpander.h80 void expandCheckFunctionPredicate(raw_ostream &OS, StringRef MCInstFn,
82 void expandCheckFunctionPredicateWithTII(raw_ostream &OS, StringRef MCInstFn,
DPredicateExpander.cpp202 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument
210 OS << MCInstFn << (isByRef() ? "(MI" : "(*MI") << ", MCII)"; in expandCheckFunctionPredicateWithTII()
214 StringRef MCInstFn, in expandCheckFunctionPredicate() argument
216 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
/external/llvm-project/llvm/include/llvm/Target/
DTargetInstrPredicate.td253 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether
256 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.
257 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {
258 string MCInstFnName = MCInstFn;
269 class CheckFunctionPredicateWithTII<string MCInstFn, string MachineInstrFn, string
271 string MCInstFnName = MCInstFn;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td248 // a call to `MCInstFn`, or into a call to`MachineInstrFn` depending on whether
251 // In this context, `MCInstFn` and `MachineInstrFn` are both function names.
252 class CheckFunctionPredicate<string MCInstFn, string MachineInstrFn> : MCInstPredicate {
253 string MCInstFnName = MCInstFn;