Searched refs:isPatchPoint (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1032 bool isTailCall, bool isVarArg, bool isPatchPoint, 1084 bool isTailCall, bool isPatchPoint, 1093 bool isTailCall, bool isPatchPoint, 1102 bool isTailCall, bool isPatchPoint,
|
| H A D | PPCISelLowering.cpp | 4913 bool isPatchPoint, bool hasNest, in PrepareCall() argument 4973 if (isPatchPoint) { in PrepareCall() 5107 if (!isPatchPoint) in PrepareCall() 5163 bool isPatchPoint, bool hasNest, SelectionDAG &DAG, in FinishCall() argument 5219 !isPatchPoint) { in FinishCall() 5274 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall() local 5335 bool isTailCall, bool isPatchPoint, in LowerCall_32SVR4() argument 5575 bool isTailCall, bool isPatchPoint, in LowerCall_64SVR4() argument 6196 if (!isTailCall && !isPatchPoint && in LowerCall_64SVR4() 6212 if (isELFv2ABI && !isPatchPoint) in LowerCall_64SVR4() [all …]
|