Searched refs:IsPatchPoint (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 79 bool IsPatchPoint; member 92 ResultReg(0), NumResultRegs(0), IsPatchPoint(false) {} in CallLoweringInfo() 168 IsPatchPoint = Value;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 727 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,
|
D | PPCISelLowering.cpp | 3886 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 …]
|
D | PPCFastISel.cpp | 1528 if (CLI.IsPatchPoint) in fastLowerCall()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2265 bool IsPatchPoint; member 2274 DAG(DAG), CS(nullptr), IsPatchPoint(false) {} in CallLoweringInfo() 2357 IsPatchPoint = Value;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 651 bool IsPatchPoint = false);
|
D | SelectionDAGBuilder.cpp | 6869 bool IsPatchPoint) { in lowerCallOperands() argument 6892 .setDiscardResult(CS->use_empty()).setIsPatchPoint(IsPatchPoint); in lowerCallOperands()
|