Searched refs:IsPatchPoint (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 3738 bool IsPatchPoint : 1; member 3764 IsPatchPoint(false), IsPreallocated(false), NoMerge(false), in CallLoweringInfo() 3868 IsPatchPoint = Value;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1125 const bool IsPatchPoint : 1; member 1131 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) in CallFlags() 1133 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect), in CallFlags()
|
| H A D | PPCFastISel.cpp | 1658 if (CLI.IsPatchPoint) in fastLowerCall()
|
| H A D | PPCISelLowering.cpp | 5433 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect."); in buildCallOperands() 5479 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls()) in buildCallOperands() 5581 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall() 6467 if (isELFv2ABI && !CFlags.IsPatchPoint) in LowerCall_64SVR4() 7170 if (CFlags.IsPatchPoint) in LowerCall_AIX()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 566 Type *ReturnTy, bool IsPatchPoint);
|
| H A D | SelectionDAGBuilder.cpp | 9039 bool IsPatchPoint) { in populateCallLoweringInfo() argument 9062 .setIsPatchPoint(IsPatchPoint) in populateCallLoweringInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 870 if (CLI.IsPatchPoint) in LowerCall()
|