Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp599 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
603 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
642 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
660 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
670 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
674 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
679 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
684 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
689 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
693 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
H A DVerifier.cpp2212 const int64_t NumPatchBytes = in verifyStatepoint() local
2214 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
2215 Assert(NumPatchBytes >= 0, in verifyStatepoint()
/netbsd-src/external/apache2/llvm/dist/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.h785 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
794 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
805 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
814 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
823 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
833 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1547 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1568 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1569 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1706 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1733 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()