/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 313 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 …]
|
D | Statepoint.cpp | 66 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local 70 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs() 71 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
|
D | Verifier.cpp | 1695 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/ |
D | Statepoint.cpp | 79 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local 83 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs() 84 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
|
D | IRBuilder.cpp | 580 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 …]
|
D | Verifier.cpp | 1878 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/ |
D | Statepoint.h | 134 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
|
D | IRBuilder.h | 610 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/ |
D | Statepoint.h | 114 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
|
D | IRBuilder.h | 473 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/ |
D | StatepointLowering.cpp | 634 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()
|
D | SelectionDAGBuilder.h | 758 unsigned NumPatchBytes = -1; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 693 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()
|
D | SelectionDAGBuilder.h | 783 unsigned NumPatchBytes = -1; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1293 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/ |
D | RewriteStatepointsForGC.cpp | 1434 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()
|