Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h79 bool IsPatchPoint; member
92 ResultReg(0), NumResultRegs(0), IsPatchPoint(false) {} in CallLoweringInfo()
173 IsPatchPoint = Value;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h769 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,
DPPCISelLowering.cpp4103 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 …]
DPPCFastISel.cpp1551 if (CLI.IsPatchPoint) in fastLowerCall()
/external/llvm/include/llvm/Target/
DTargetLowering.h2354 bool IsPatchPoint; member
2363 DAG(DAG), CS(nullptr), IsPatchPoint(false) {} in CallLoweringInfo()
2446 IsPatchPoint = Value;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp329 if (CLI.IsPatchPoint) in LowerCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h718 bool IsPatchPoint = false);
DSelectionDAGBuilder.cpp6691 Type *ReturnTy, const BasicBlock *EHPadBB, bool IsPatchPoint) { in lowerCallOperands() argument
6713 .setDiscardResult(CS->use_empty()).setIsPatchPoint(IsPatchPoint); in lowerCallOperands()