Home
last modified time | relevance | path

Searched refs:stripAndAccumulateConstantOffsets (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h721 const Value *stripAndAccumulateConstantOffsets(
726 Value *stripAndAccumulateConstantOffsets(const DataLayout &DL, APInt &Offset, in stripAndAccumulateInBoundsConstantOffsets()
730 static_cast<const Value *>(this)->stripAndAccumulateConstantOffsets( in stripAndAccumulateInBoundsConstantOffsets()
734 /// This is a wrapper around stripAndAccumulateConstantOffsets with the
738 return stripAndAccumulateConstantOffsets(DL, Offset,
743 return stripAndAccumulateConstantOffsets(DL, Offset,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp607 Value *VTableBasePtr = VTableEntryPtr->stripAndAccumulateConstantOffsets( in tryPromoteCall()
614 Value *ObjectBase = Object->stripAndAccumulateConstantOffsets( in tryPromoteCall()
627 Value *VTableGVBase = VTablePtr->stripAndAccumulateConstantOffsets( in tryPromoteCall()
H A DEvaluator.cpp217 P = cast<Constant>(P->stripAndAccumulateConstantOffsets( in ComputeLoadResult()
317 Ptr = cast<Constant>(Ptr->stripAndAccumulateConstantOffsets( in EvaluateBlock()
407 Ptr = cast<Constant>(Ptr->stripAndAccumulateConstantOffsets( in EvaluateBlock()
H A DInlineFunction.cpp1880 Arg->stripAndAccumulateConstantOffsets(DL, TmpOffset, true)); in collectEscapedLocals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp714 const Value *Value::stripAndAccumulateConstantOffsets( in stripAndAccumulateConstantOffsets() function in Value
1034 Ptr1 = Ptr1->stripAndAccumulateConstantOffsets(DL, Offset1, true); in getPointerOffsetFrom()
1035 Ptr2 = Ptr2->stripAndAccumulateConstantOffsets(DL, Offset2, true); in getPointerOffsetFrom()
H A DConstants.cpp2151 auto *Base1 = getAddrDiscriminator()->stripAndAccumulateConstantOffsets( in isKnownCompatibleWith()
2155 auto *Base2 = AddrDiscriminator->stripAndAccumulateConstantOffsets( in isKnownCompatibleWith()
H A DDebugInfo.cpp1954 const Value *Base = StoreDest->stripAndAccumulateConstantOffsets( in getAssignmentInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp486 const Value *LoadBase = LoadPtr->stripAndAccumulateConstantOffsets( in areNonOverlapSameBaseLoadAndStore()
488 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets( in areNonOverlapSameBaseLoadAndStore()
H A DMemoryBuiltins.cpp715 V = V->stripAndAccumulateConstantOffsets( in computeImpl()
H A DConstantFolding.cpp738 C = cast<Constant>(C->stripAndAccumulateConstantOffsets( in ConstantFoldLoadFromConstPtr()
1408 auto *Base = cast<Constant>(GEP->stripAndAccumulateConstantOffsets( in ConstantFoldCastOperand()
H A DInstructionSimplify.cpp721 V = V->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds); in stripAndComputeConstantOffsets()
2761 LHS = LHS->stripAndAccumulateConstantOffsets(DL, LHSOffset, AllowNonInbounds); in computePointerICmp()
2762 RHS = RHS->stripAndAccumulateConstantOffsets(DL, RHSOffset, AllowNonInbounds); in computePointerICmp()
7041 PtrOp = PtrOp->stripAndAccumulateConstantOffsets( in simplifyLoadInst()
H A DValueTracking.cpp6268 if (GV != V->stripAndAccumulateConstantOffsets(DL, Off, in getConstantDataArrayInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp360 Ptr = Ptr->stripAndAccumulateConstantOffsets(DL, Offset, in doPromotion()
516 Ptr = Ptr->stripAndAccumulateConstantOffsets(DL, Offset, in findArgParts()
H A DGlobalOpt.cpp308 PtrOp = PtrOp->stripAndAccumulateConstantOffsets( in CleanupConstantGlobalUsers()
377 Ptr = Ptr->stripAndAccumulateConstantOffsets(DL, Offset, in collectSRATypes()
613 Ptr = Ptr->stripAndAccumulateConstantOffsets(DL, Offset, in SRAGlobal()
H A DAttributorAttributes.cpp335 return Val->stripAndAccumulateConstantOffsets(DL, Offset, AllowNonInbounds, in stripAndAccumulateOffsets()
1696 Value *CurPtrBase = CurPtr->stripAndAccumulateConstantOffsets( in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp678 Load1Ptr->stripAndAccumulateConstantOffsets(DL, Offset1, in foldLoadsRecursive()
684 Load2Ptr->stripAndAccumulateConstantOffsets(DL, Offset2, in foldLoadsRecursive()
812 Load1Ptr = Load1Ptr->stripAndAccumulateConstantOffsets( in foldConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h645 Ptr->stripAndAccumulateConstantOffsets(DL, OffsetAPInt, AllowNonInbounds);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3408 DestPtr->stripAndAccumulateConstantOffsets( in visitMemTransferInst()
3507 DstPtr->stripAndAccumulateConstantOffsets( in visitMemTransferInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2047 const Value *BaseGV = CPA.getPointer()->stripAndAccumulateConstantOffsets( in lowerConstantPtrAuth()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp643 GEPLHS->stripAndAccumulateConstantOffsets(DL, Offset, in transformToIndexedCompare()