Searched refs:IsPatchPoint (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 79 bool IsPatchPoint; member 92 ResultReg(0), NumResultRegs(0), IsPatchPoint(false) {} in CallLoweringInfo() 173 IsPatchPoint = Value;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 769 bool isVarArg, bool IsPatchPoint, bool hasNest, 835 bool isVarArg, bool isTailCall, bool IsPatchPoint, 845 bool isVarArg, bool isTailCall, bool IsPatchPoint, 854 bool isVarArg, bool isTailCall, bool IsPatchPoint,
|
D | PPCISelLowering.cpp | 4103 bool isTailCall, bool IsPatchPoint, bool hasNest, in PrepareCall() argument 4171 if (IsPatchPoint) { in PrepareCall() 4295 if (isSVR4ABI && isPPC64 && !IsPatchPoint) { in PrepareCall() 4359 bool isTailCall, bool isVarArg, bool IsPatchPoint, in FinishCall() argument 4373 SPDiff, isTailCall, IsPatchPoint, hasNest, in FinishCall() 4420 !IsPatchPoint) { in FinishCall() 4475 bool IsPatchPoint = CLI.IsPatchPoint; in LowerCall() local 4489 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall() 4493 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall() 4498 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall() [all …]
|
D | PPCFastISel.cpp | 1551 if (CLI.IsPatchPoint) in fastLowerCall()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2354 bool IsPatchPoint; member 2363 DAG(DAG), CS(nullptr), IsPatchPoint(false) {} in CallLoweringInfo() 2446 IsPatchPoint = Value;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 329 if (CLI.IsPatchPoint) in LowerCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 718 bool IsPatchPoint = false);
|
D | SelectionDAGBuilder.cpp | 6691 Type *ReturnTy, const BasicBlock *EHPadBB, bool IsPatchPoint) { in lowerCallOperands() argument 6713 .setDiscardResult(CS->use_empty()).setIsPatchPoint(IsPatchPoint); in lowerCallOperands()
|