Home
last modified time | relevance | path

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

/freebsd/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.cpp647 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
651 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
682 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
694 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs); in CreateGCStatepointCallCommon()
706 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
710 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
715 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
721 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
726 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
730 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
H A DVerifier.cpp2693 const int64_t NumPatchBytes = in verifyStatepoint() local
2695 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
2696 Check(NumPatchBytes >= 0, in verifyStatepoint()
/freebsd/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.h890 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
897 CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
908 CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
916 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
925 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee,
935 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp806 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
1102 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
1162 SI.NumPatchBytes = SD.NumPatchBytes.value_or(0); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h465 unsigned NumPatchBytes = -1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1665 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1687 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1688 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1835 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1860 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()