Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp33 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
36 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
37 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
H A DIRBuilder.cpp721 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
760 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
784 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
793 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
804 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
814 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointInvokeCommon() argument
840 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
845 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
851 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
862 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, in CreateGCStatepointInvoke() argument
[all …]
H A DVerifier.cpp2431 const int64_t NumPatchBytes = in verifyStatepoint() local
2433 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
2434 Check(NumPatchBytes >= 0, in verifyStatepoint()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h94 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 DIRBuilder.h865 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
874 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
885 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
895 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
904 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee,
914 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp804 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
1095 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
1155 SI.NumPatchBytes = SD.NumPatchBytes.value_or(0); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h460 unsigned NumPatchBytes = -1; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1658 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1680 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1681 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1828 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1853 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()