Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h79 bool IsPatchPoint; member
92 ResultReg(0), NumResultRegs(0), IsPatchPoint(false) {} in CallLoweringInfo()
168 IsPatchPoint = Value;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h686 bool isVarArg, bool IsPatchPoint,
751 bool isVarArg, bool isTailCall, bool IsPatchPoint,
760 bool isVarArg, bool isTailCall, bool IsPatchPoint,
768 bool isVarArg, bool isTailCall, bool IsPatchPoint,
H A DPPCISelLowering.cpp3600 bool IsPatchPoint, in PrepareCall() argument
3669 if (IsPatchPoint) { in PrepareCall()
3804 if (Callee.getNode() && isELFv2ABI && !IsPatchPoint) in PrepareCall()
3867 bool isTailCall, bool isVarArg, bool IsPatchPoint, in FinishCall() argument
3881 isTailCall, IsPatchPoint, RegsToPass, Ops, in FinishCall()
3927 !IsPatchPoint) { in FinishCall()
3985 bool IsPatchPoint = CLI.IsPatchPoint; in LowerCall() local
3998 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall()
4002 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall()
4007 isTailCall, IsPatchPoint, Outs, OutVals, Ins, in LowerCall()
[all …]
H A DPPCFastISel.cpp1509 if (CLI.IsPatchPoint) in fastLowerCall()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2314 bool IsPatchPoint; member
2323 DAG(DAG), CS(nullptr), IsPatchPoint(false) {} in CallLoweringInfo()
2406 IsPatchPoint = Value;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h657 bool IsPatchPoint = false);
H A DSelectionDAGBuilder.cpp7025 bool IsPatchPoint) { in lowerCallOperands() argument
7048 .setDiscardResult(CS->use_empty()).setIsPatchPoint(IsPatchPoint); in lowerCallOperands()