/external/llvm-project/llvm/lib/IR/ |
D | Statepoint.cpp | 36 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local 40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs() 41 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
|
D | IRBuilder.cpp | 585 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 …]
|
D | Verifier.cpp | 2103 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/ |
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-10.0/llvm/lib/IR/ |
D | Statepoint.cpp | 70 uint32_t NumPatchBytes; in parseStatepointDirectivesFromAttrs() local 74 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes)) in parseStatepointDirectivesFromAttrs() 75 Result.NumPatchBytes = NumPatchBytes; in parseStatepointDirectivesFromAttrs()
|
D | IRBuilder.cpp | 586 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 …]
|
D | Verifier.cpp | 1979 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/ |
D | Statepoint.h | 94 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
|
D | IRBuilder.h | 814 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/ |
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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 126 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
|
D | IRBuilder.h | 733 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/ |
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-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 734 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()
|
D | SelectionDAGBuilder.h | 616 unsigned NumPatchBytes = -1; member
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 792 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()
|
D | SelectionDAGBuilder.h | 607 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-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1430 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/ |
D | RewriteStatepointsForGC.cpp | 1487 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()
|