Searched refs:IsPatchPoint (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 78 bool IsPatchPoint : 1; member 102 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo() 183 IsPatchPoint = Value;
|
| H A D | TargetLowering.h | 4375 bool IsPatchPoint : 1; member 4402 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo() 4512 IsPatchPoint = Value;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1166 const bool IsPatchPoint : 1; member 1172 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags() 1174 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
|
| H A D | PPCFastISel.cpp | 1659 if (CLI.IsPatchPoint) in fastLowerCall()
|
| H A D | PPCISelLowering.cpp | 5605 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect."); in buildCallOperands() 5651 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls()) in buildCallOperands() 5792 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall() 6675 if (isELFv2ABI && !CFlags.IsPatchPoint) in LowerCall_64SVR4() 7376 if (CFlags.IsPatchPoint) in LowerCall_AIX()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 415 bool IsPatchPoint);
|
| H A D | SelectionDAGBuilder.cpp | 9906 AttributeSet RetAttrs, bool IsPatchPoint) { in populateCallLoweringInfo() argument 9930 .setIsPatchPoint(IsPatchPoint) in populateCallLoweringInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1021 if (CLI.IsPatchPoint) in LowerCall()
|