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

/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DStatepoint.cpp33 uint32_t NumPatchBytes; local
36 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes))
37 Result.NumPatchBytes = NumPatchBytes;
H A DIRBuilder.cpp752 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, argument
756 Args.push_back(B.getInt32(NumPatchBytes));
795 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes,
807 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs);
819 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
823 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None),
828 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
834 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs,
839 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
843 this, ID, NumPatchBytes, ActualCalle
794 CreateGCStatepointCallCommon( IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, std::optional<ArrayRef<T1>> TransitionArgs, std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, const Twine &Name) argument
818 CreateGCStatepointCall( uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, ArrayRef<Value *> CallArgs, std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
827 CreateGCStatepointCall( uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, uint32_t Flags, ArrayRef<Value *> CallArgs, std::optional<ArrayRef<Use>> TransitionArgs, std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
838 CreateGCStatepointCall( uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, ArrayRef<Use> CallArgs, std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
848 CreateGCStatepointInvokeCommon( IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, ArrayRef<T0> InvokeArgs, std::optional<ArrayRef<T1>> TransitionArgs, std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, const Twine &Name) argument
874 CreateGCStatepointInvoke( uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs, std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
885 CreateGCStatepointInvoke( uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, ArrayRef<Value *> InvokeArgs, std::optional<ArrayRef<Use>> TransitionArgs, std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
896 CreateGCStatepointInvoke( uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
[all...]
H A DVerifier.cpp2301 const int64_t NumPatchBytes = local
2303 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!");
2304 Check(NumPatchBytes >= 0,
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DStatepoint.h94 uint64_t NumPatchBytes = local
96 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!");
97 return NumPatchBytes;
236 std::optional<uint32_t> NumPatchBytes; member in struct:llvm::StatepointFlags::StatepointDirectives
H A DIRBuilder.h815 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
824 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
835 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
845 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
854 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee,
864 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp804 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32));
1089 SI.NumPatchBytes = I.getNumPatchBytes();
1151 SI.NumPatchBytes = SD.NumPatchBytes.value_or(0);
H A DSelectionDAGBuilder.h466 unsigned NumPatchBytes = -1; member in struct:llvm::SelectionDAGBuilder::StatepointLoweringInfo
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1682 uint32_t NumPatchBytes = 0; local
1703 if (SD.NumPatchBytes)
1704 NumPatchBytes = *SD.NumPatchBytes;
1849 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs,
1876 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(),

Completed in 267 milliseconds