Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DStatepoint.cpp79 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
83 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
84 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
H A DIRBuilder.cpp581 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
587 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
603 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
626 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
644 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
654 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointInvokeCommon() argument
676 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument
681 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
687 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument
697 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, in CreateGCStatepointInvoke() argument
[all …]
H A DVerifier.cpp1915 const int64_t NumPatchBytes = in verifyStatepoint() local
1917 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
1918 Assert(NumPatchBytes >= 0, in verifyStatepoint()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DStatepoint.h134 uint64_t NumPatchBytes = in getNumPatchBytes() local
136 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
137 return NumPatchBytes; in getNumPatchBytes()
457 Optional<uint32_t> NumPatchBytes; member
H A DIRBuilder.h610 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
619 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
630 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
639 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
648 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
658 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp702 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
853 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
911 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h783 unsigned NumPatchBytes = -1; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1435 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1454 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1455 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1496 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1522 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(), in makeStatepointExplicitImpl()