| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Operator.cpp | 104 Offset = GTI.getSequentialElementStride(DL) * ElemCount; in getMaxPreservedAlignment() 183 GTI.getSequentialElementStride(DL))) in accumulateConstantOffset() 196 if (!AccumulateOffset(AnalysisIndex, GTI.getSequentialElementStride(DL))) in accumulateConstantOffset() 243 GTI.getSequentialElementStride(DL)); in collectOffset() 249 APInt IndexedSize = APInt(BitWidth, GTI.getSequentialElementStride(DL)); in collectOffset()
|
| H A D | DataLayout.cpp | 940 Result += ArrayIdx * GTI.getSequentialElementStride(*this); in getIndexedOffsetInType()
|
| H A D | Value.cpp | 1019 TypeSize Size = GTI.getSequentialElementStride(DL); in getOffsetFromIndex()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 67 TypeSize TSize = GTI.getSequentialElementStride(DL); in emitGEPOffset()
|
| H A D | BasicAliasAnalysis.cpp | 675 TypeSize AllocTypeSize = GTI.getSequentialElementStride(DL); in DecomposeGEPExpression() 686 TypeSize AllocTypeSize = GTI.getSequentialElementStride(DL); in DecomposeGEPExpression()
|
| H A D | LoopAccessAnalysis.cpp | 2821 : GEPTI.getSequentialElementStride(DL); in getGEPInductionOperand()
|
| H A D | InlineCost.cpp | 1442 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); in accumulateGEPOffset()
|
| H A D | ValueTracking.cpp | 1375 TypeSize IndexTypeSize = GTI.getSequentialElementStride(Q.DL); in computeKnownBitsFromOperator() 2428 if (GTI.getSequentialElementStride(Q.DL).isZero()) in isGEPKnownNonNull()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 154 TypeSize getSequentialElementStride(const DataLayout &DL) const { in getSequentialElementStride() function
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 846 ConstantOffset * GTI.getSequentialElementStride(*DL); in accumulateByteOffset() 887 GTI.getSequentialElementStride(*DL)); in lowerToSingleIndexGEPs() 947 GTI.getSequentialElementStride(*DL)); in lowerToArithmetics()
|
| H A D | StraightLineStrengthReduce.cpp | 544 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in allocateCandidatesAndFindBasisForGEP()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 393 TypeSize TS = GTI.getSequentialElementStride(*DL); in determineBaseAndStride()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 573 TotalOffs += GTI.getSequentialElementStride(DL) * IdxN; in selectGetElementPtr() 590 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1105 GTI.getSequentialElementStride(DL).getFixedValue(); in getGEPCost()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1195 uint64_t Stride = GTIA.getSequentialElementStride(DL); in getConstantOffsetComplexAddrs()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 285 uint64_t S = GTI.getSequentialElementStride(DL); in computeAddress()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 649 uint64_t S = GTI.getSequentialElementStride(DL); in computeAddress() 5003 TotalOffs += GTI.getSequentialElementStride(DL) * in selectGetElementPtr() 5015 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 495 uint64_t S = GTI.getSequentialElementStride(DL); in computeAddress()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 353 uint64_t S = GTI.getSequentialElementStride(DL); in PPCComputeAddress()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1041 Total += I.getSequentialElementStride(getDataLayout()) * Idx; in executeGEPOperation()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 750 uint64_t S = GTI.getSequentialElementStride(DL); in ARMComputeAddress()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 921 uint64_t S = GTI.getSequentialElementStride(DL); in X86SelectAddress()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1622 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in translateGetElementPtr()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 5703 llvm::ConstantInt::get(IntPtrTy, GTI.getSequentialElementStride(DL)); in EmitGEPOffsetInBytes()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4923 TypeSize TS = GTI.getSequentialElementStride(DL); in matchOperationAddr()
|