Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h78 bool IsPatchPoint : 1; member
102 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
183 IsPatchPoint = Value;
H A DTargetLowering.h4695 bool IsPatchPoint : 1; member
4725 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo()
4835 IsPatchPoint = Value;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1194 const bool IsPatchPoint : 1; member
1200 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags()
1202 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
H A DPPCFastISel.cpp1646 if (CLI.IsPatchPoint) in fastLowerCall()
H A DPPCISelLowering.cpp5733 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect."); in buildCallOperands()
5778 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls()) in buildCallOperands()
5919 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()
6801 if (isELFv2ABI && !CFlags.IsPatchPoint) in LowerCall_64SVR4()
7564 if (CFlags.IsPatchPoint) in LowerCall_AIX()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h420 bool IsPatchPoint);
H A DSelectionDAGBuilder.cpp10586 AttributeSet RetAttrs, bool IsPatchPoint) { in populateCallLoweringInfo() argument
10610 .setIsPatchPoint(IsPatchPoint) in populateCallLoweringInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1208 if (CLI.IsPatchPoint) in LowerCall()