Lines Matching defs:NumPatchBytes
693 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes,
697 Args.push_back(B.getInt32(NumPatchBytes));
736 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes,
748 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs);
760 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
764 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None),
769 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
775 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs,
780 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee,
784 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None),
790 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes,
803 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualInvokee.getCallee(),
816 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee,
821 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest,
827 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee,
833 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags,
838 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualInvokee,
843 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest,