Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h842 bool isTailCall, bool isVarArg, bool isPatchPoint,
896 bool isTailCall, bool isPatchPoint,
905 bool isTailCall, bool isPatchPoint,
914 bool isTailCall, bool isPatchPoint,
DPPCISelLowering.cpp4340 bool isPatchPoint, bool hasNest, in PrepareCall() argument
4401 if (isPatchPoint) { in PrepareCall()
4525 if (isSVR4ABI && isPPC64 && !isPatchPoint) { in PrepareCall()
4587 bool isPatchPoint, bool hasNest, SelectionDAG &DAG, in FinishCall() argument
4596 SPDiff, isTailCall, isPatchPoint, hasNest, in FinishCall()
4643 !isPatchPoint) { in FinishCall()
4698 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall() local
4735 isTailCall, isPatchPoint, Outs, OutVals, Ins, in LowerCall()
4739 isTailCall, isPatchPoint, Outs, OutVals, Ins, in LowerCall()
4744 isTailCall, isPatchPoint, Outs, OutVals, Ins, in LowerCall()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1001 bool isTailCall, bool isVarArg, bool isPatchPoint,
1053 bool isTailCall, bool isPatchPoint,
1062 bool isTailCall, bool isPatchPoint,
1071 bool isTailCall, bool isPatchPoint,
DPPCISelLowering.cpp4869 bool isPatchPoint, bool hasNest, in PrepareCall() argument
4929 if (isPatchPoint) { in PrepareCall()
5056 if (isSVR4ABI && isPPC64 && !isPatchPoint) { in PrepareCall()
5113 bool isPatchPoint, bool hasNest, SelectionDAG &DAG, in FinishCall() argument
5121 SPDiff, isTailCall, isPatchPoint, hasNest, in FinishCall()
5169 !isPatchPoint) { in FinishCall()
5224 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall() local
5270 isTailCall, isPatchPoint, Outs, OutVals, Ins, in LowerCall()
5274 isTailCall, isPatchPoint, Outs, OutVals, Ins, in LowerCall()
5279 isTailCall, isPatchPoint, Outs, OutVals, Ins, in LowerCall()
[all …]