| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 33 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local 36 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs() 37 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
|
| H A D | IRBuilder.cpp | 752 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument 756 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs() 795 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument 807 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs); in CreateGCStatepointCallCommon() 819 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument 823 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall() 828 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument 834 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall() 839 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument 843 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall() [all …]
|
| H A D | Verifier.cpp | 2301 const int64_t NumPatchBytes = in verifyStatepoint() local 2303 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint() 2304 Check(NumPatchBytes >= 0, in verifyStatepoint()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 94 uint64_t NumPatchBytes = in getNumPatchBytes() local 96 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes() 97 return NumPatchBytes; in getNumPatchBytes() 236 std::optional<uint32_t> NumPatchBytes; member
|
| H A D | IRBuilder.h | 815 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes, 824 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes, 835 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes, 845 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes, 854 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, 864 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 804 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT() 1089 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint() 1151 SI.NumPatchBytes = SD.NumPatchBytes.value_or(0); in LowerCallSiteWithDeoptBundleImpl()
|
| H A D | SelectionDAGBuilder.h | 466 unsigned NumPatchBytes = -1; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1682 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local 1703 if (SD.NumPatchBytes) in makeStatepointExplicitImpl() 1704 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl() 1849 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl() 1876 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()
|