Searched refs:MCInstFn (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | PredicateExpander.h | 83 void expandCheckFunctionPredicate(raw_ostream &OS, StringRef MCInstFn, 85 void expandCheckFunctionPredicateWithTII(raw_ostream &OS, StringRef MCInstFn,
|
| H A D | PredicateExpander.cpp | 221 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument 229 OS << MCInstFn << (isByRef() ? "(MI" : "(*MI") << ", MCII)"; in expandCheckFunctionPredicateWithTII() 233 StringRef MCInstFn, in expandCheckFunctionPredicate() argument 235 OS << (shouldExpandForMC() ? MCInstFn : MachineInstrFn) in expandCheckFunctionPredicate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 293 // 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 { 298 string MCInstFnName = MCInstFn; 309 class CheckFunctionPredicateWithTII<string MCInstFn, string MachineInstrFn, string 311 string MCInstFnName = MCInstFn;
|