Searched refs:IsPatchPoint (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 79 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 D | PPCISelLowering.h | 686 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 D | PPCISelLowering.cpp | 3600 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 D | PPCFastISel.cpp | 1509 if (CLI.IsPatchPoint) in fastLowerCall()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 2314 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 D | SelectionDAGBuilder.h | 657 bool IsPatchPoint = false);
|
| H A D | SelectionDAGBuilder.cpp | 7025 bool IsPatchPoint) { in lowerCallOperands() argument 7048 .setDiscardResult(CS->use_empty()).setIsPatchPoint(IsPatchPoint); in lowerCallOperands()
|