Home
last modified time | relevance | path

Searched refs:IsPatchPoint (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h79 bool IsPatchPoint; member
92 ResultReg(0), NumResultRegs(0), IsPatchPoint(false) {} in CallLoweringInfo()
168 IsPatchPoint = Value;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h727 bool isVarArg, bool IsPatchPoint,
793 bool isVarArg, bool isTailCall, bool IsPatchPoint,
803 bool isVarArg, bool isTailCall, bool IsPatchPoint,
812 bool isVarArg, bool isTailCall, bool IsPatchPoint,
DPPCISelLowering.cpp3886 bool isTailCall, bool IsPatchPoint, in PrepareCall() argument
3955 if (IsPatchPoint) { in PrepareCall()
4075 if (isSVR4ABI && isPPC64 && !IsPatchPoint) { in PrepareCall()
4140 bool isTailCall, bool isVarArg, bool IsPatchPoint, in FinishCall() argument
4154 SPDiff, isTailCall, IsPatchPoint, RegsToPass, in FinishCall()
4200 !IsPatchPoint) { in FinishCall()
4255 bool IsPatchPoint = CLI.IsPatchPoint; in LowerCall() local
4269 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall()
4273 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall()
4278 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall()
[all …]
DPPCFastISel.cpp1528 if (CLI.IsPatchPoint) in fastLowerCall()
/external/llvm/include/llvm/Target/
DTargetLowering.h2265 bool IsPatchPoint; member
2274 DAG(DAG), CS(nullptr), IsPatchPoint(false) {} in CallLoweringInfo()
2357 IsPatchPoint = Value;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h651 bool IsPatchPoint = false);
DSelectionDAGBuilder.cpp6869 bool IsPatchPoint) { in lowerCallOperands() argument
6892 .setDiscardResult(CS->use_empty()).setIsPatchPoint(IsPatchPoint); in lowerCallOperands()