Searched refs:IsPatchPoint (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 77 bool IsPatchPoint : 1; member 101 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo() 182 IsPatchPoint = Value;
|
| H A D | TargetLowering.h | 4030 bool IsPatchPoint : 1; member 4056 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo() 4160 IsPatchPoint = Value;
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1165 const bool IsPatchPoint : 1; member 1171 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags() 1173 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
|
| H A D | PPCFastISel.cpp | 1660 if (CLI.IsPatchPoint) in fastLowerCall()
|
| H A D | PPCISelLowering.cpp | 5498 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect."); in buildCallOperands() 5544 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls()) in buildCallOperands() 5646 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall() 6528 if (isELFv2ABI && !CFlags.IsPatchPoint) in LowerCall_64SVR4() 7230 if (CFlags.IsPatchPoint) in LowerCall_AIX()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 369 Type *ReturnTy, bool IsPatchPoint);
|
| H A D | SelectionDAGBuilder.cpp | 9260 bool IsPatchPoint) { in populateCallLoweringInfo() argument 9283 .setIsPatchPoint(IsPatchPoint) in populateCallLoweringInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 978 if (CLI.IsPatchPoint) in LowerCall()
|