Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/IR/
DStatepoint.cpp79 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local
83 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs()
84 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
DIRBuilder.cpp580 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
586 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
602 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
619 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
625 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
629 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
634 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
638 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
643 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
647 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
DVerifier.cpp1878 const int64_t NumPatchBytes = in verifyStatepoint() local
1880 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in verifyStatepoint()
1881 Assert(NumPatchBytes >= 0, "gc.statepoint number of patchable bytes must be " in verifyStatepoint()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
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
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,
/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/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp693 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
844 SI.NumPatchBytes = ISP.getNumPatchBytes(); in LowerStatepoint()
902 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.h783 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-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1434 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1453 if (SD.NumPatchBytes) in makeStatepointExplicitImpl()
1454 NumPatchBytes = *SD.NumPatchBytes; in makeStatepointExplicitImpl()
1495 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1521 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(), in makeStatepointExplicitImpl()