Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h77 bool IsPatchPoint : 1; member
101 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
182 IsPatchPoint = Value;
H A DTargetLowering.h3711 bool IsPatchPoint : 1; member
3737 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo()
3841 IsPatchPoint = Value;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1106 const bool IsPatchPoint : 1; member
1112 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags()
1114 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
H A DPPCFastISel.cpp1658 if (CLI.IsPatchPoint) in fastLowerCall()
H A DPPCISelLowering.cpp5424 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect."); in buildCallOperands()
5470 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls()) in buildCallOperands()
5572 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()
6458 if (isELFv2ABI && !CFlags.IsPatchPoint) in LowerCall_64SVR4()
7126 if (CFlags.IsPatchPoint) in LowerCall_AIX()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h566 Type *ReturnTy, bool IsPatchPoint);
H A DSelectionDAGBuilder.cpp8981 bool IsPatchPoint) { in populateCallLoweringInfo() argument
9004 .setIsPatchPoint(IsPatchPoint) in populateCallLoweringInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp838 if (CLI.IsPatchPoint) in LowerCall()