Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp36 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
41 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
H A DIRBuilder.cpp621 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
625 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
664 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
692 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
711 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
721 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointInvokeCommon() argument
747 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument
752 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
758 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument
768 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument
[all …]
H A DVerifier.cpp2121 const int64_t NumPatchBytes = in verifyStatepoint() local
2123 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
2124 Assert(NumPatchBytes >= 0, in verifyStatepoint()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h96 uint64_t NumPatchBytes = in getNumPatchBytes() local
98 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
99 return NumPatchBytes; in getNumPatchBytes()
256 Optional<uint32_t> NumPatchBytes; member
H A DIRBuilder.h788 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
797 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
808 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
817 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
826 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
836 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp822 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
1072 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
1134 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h611 unsigned NumPatchBytes = -1; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1562 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1583 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1584 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1721 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1748 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()