Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h4180 bool IsPatchPoint : 1; member
4207 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo()
4311 IsPatchPoint = Value;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1176 const bool IsPatchPoint : 1; member
1182 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags()
1184 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
H A DPPCFastISel.cpp1659 if (CLI.IsPatchPoint) in fastLowerCall()
H A DPPCISelLowering.cpp5510 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect."); in buildCallOperands()
5556 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls()) in buildCallOperands()
5656 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()
6538 if (isELFv2ABI && !CFlags.IsPatchPoint) in LowerCall_64SVR4()
7240 if (CFlags.IsPatchPoint) in LowerCall_AIX()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h421 Type *ReturnTy, bool IsPatchPoint);
H A DSelectionDAGBuilder.cpp9509 bool IsPatchPoint) { in populateCallLoweringInfo() argument
9532 .setIsPatchPoint(IsPatchPoint) in populateCallLoweringInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp983 if (CLI.IsPatchPoint) in LowerCall()