Searched refs:MCInstFn (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.h | 85 void expandCheckFunctionPredicate(raw_ostream &OS, StringRef MCInstFn, 87 void expandCheckFunctionPredicateWithTII(raw_ostream &OS, StringRef MCInstFn,
|
H A D | PredicateExpander.cpp | 231 raw_ostream &OS, StringRef MCInstFn, StringRef MachineInstrFn, in expandCheckFunctionPredicateWithTII() argument 239 OS << MCInstFn << (isByRef() ? "(MI" : "(*MI") << ", MCII)"; in expandCheckFunctionPredicateWithTII() 243 StringRef MCInstFn, in expandCheckFunctionPredicate() argument 245 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;
|