Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DStatepoint.cpp36 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
41 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
DIRBuilder.cpp585 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
589 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
629 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
647 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
657 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
661 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
666 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
671 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
676 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
680 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
DVerifier.cpp2103 const int64_t NumPatchBytes = in verifyStatepoint() local
2105 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
2106 Assert(NumPatchBytes >= 0, in verifyStatepoint()
/external/llvm/lib/IR/
DIRBuilder.cpp313 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
319 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
335 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
352 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
358 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
362 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
367 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
371 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
376 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
380 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
DStatepoint.cpp66 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
70 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
71 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
DVerifier.cpp1695 const int64_t NumPatchBytes = in verifyStatepoint() local
1697 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
1698 Assert(NumPatchBytes >= 0, "gc.statepoint number of patchable bytes must be " in verifyStatepoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DStatepoint.cpp70 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
74 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
75 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
DIRBuilder.cpp586 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
592 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
608 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
625 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
631 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
635 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
640 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
644 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
649 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
653 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
DVerifier.cpp1979 const int64_t NumPatchBytes = in verifyStatepoint() local
1981 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
1982 Assert(NumPatchBytes >= 0, in verifyStatepoint()
/external/llvm-project/llvm/include/llvm/IR/
DStatepoint.h94 uint64_t NumPatchBytes = in getNumPatchBytes() local
96 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
97 return NumPatchBytes; in getNumPatchBytes()
337 Optional<uint32_t> NumPatchBytes; member
DIRBuilder.h814 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
823 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
834 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
843 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
852 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
862 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/external/llvm/include/llvm/IR/
DStatepoint.h114 uint64_t NumPatchBytes = in getNumPatchBytes() local
116 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
117 return NumPatchBytes; in getNumPatchBytes()
433 Optional<uint32_t> NumPatchBytes; member
DIRBuilder.h473 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
482 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
493 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
502 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
511 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
521 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h126 uint64_t NumPatchBytes = in getNumPatchBytes() local
128 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
129 return NumPatchBytes; in getNumPatchBytes()
438 Optional<uint32_t> NumPatchBytes; member
DIRBuilder.h733 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
742 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
753 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
762 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
771 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
781 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp634 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
785 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
842 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h758 unsigned NumPatchBytes = -1; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp734 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
886 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
944 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h616 unsigned NumPatchBytes = -1; member
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp792 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
1027 SI.NumPatchBytes = I.getNumPatchBytes(); in LowerStatepoint()
1087 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h607 unsigned NumPatchBytes = -1; member
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1293 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1312 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1313 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1347 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1375 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(), in makeStatepointExplicitImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1430 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1449 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1450 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1491 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1517 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1487 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1510 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1511 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1648 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1675 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(), in makeStatepointExplicitImpl()