| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Operator.cpp | 90 Offset = GTI.getSequentialElementStride(DL) * ElemCount; in getMaxPreservedAlignment() 160 GTI.getSequentialElementStride(DL))) in accumulateConstantOffset() 173 if (!AccumulateOffset(AnalysisIndex, GTI.getSequentialElementStride(DL))) in accumulateConstantOffset() 220 GTI.getSequentialElementStride(DL)); in collectOffset() 226 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 | 1018 TypeSize Size = GTI.getSequentialElementStride(DL); in getOffsetFromIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 67 TypeSize TSize = GTI.getSequentialElementStride(DL); in emitGEPOffset()
|
| H A D | BasicAliasAnalysis.cpp | 644 TypeSize AllocTypeSize = GTI.getSequentialElementStride(DL); in DecomposeGEPExpression() 655 TypeSize AllocTypeSize = GTI.getSequentialElementStride(DL); in DecomposeGEPExpression()
|
| H A D | LoopAccessAnalysis.cpp | 2750 : GEPTI.getSequentialElementStride(DL); in getGEPInductionOperand()
|
| H A D | InlineCost.cpp | 1432 APInt TypeSize(IntPtrWidth, GTI.getSequentialElementStride(DL)); in accumulateGEPOffset()
|
| H A D | ValueTracking.cpp | 1200 TypeSize IndexTypeSize = GTI.getSequentialElementStride(Q.DL); in computeKnownBitsFromOperator() 2132 if (GTI.getSequentialElementStride(Q.DL).isZero()) in isGEPKnownNonNull()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 154 TypeSize getSequentialElementStride(const DataLayout &DL) const { in getSequentialElementStride() function
|
| /freebsd-14.2/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 | 546 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in allocateCandidatesAndFindBasisForGEP()
|
| H A D | SROA.cpp | 1131 GTI.getSequentialElementStride(DL)); in visitGetElementPtrInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 374 TypeSize TS = GTI.getSequentialElementStride(*DL); in determineBaseAndStride()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 569 TotalOffs += GTI.getSequentialElementStride(DL) * IdxN; in selectGetElementPtr() 586 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1196 uint64_t Stride = GTIA.getSequentialElementStride(DL); in getConstantOffsetComplexAddrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1062 GTI.getSequentialElementStride(DL).getFixedValue(); in getGEPCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 281 uint64_t S = GTI.getSequentialElementStride(DL); in computeAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 648 uint64_t S = GTI.getSequentialElementStride(DL); in computeAddress() 4989 TotalOffs += GTI.getSequentialElementStride(DL) * in selectGetElementPtr() 5001 uint64_t ElementSize = GTI.getSequentialElementStride(DL); in selectGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 495 uint64_t S = GTI.getSequentialElementStride(DL); in computeAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 353 uint64_t S = GTI.getSequentialElementStride(DL); in PPCComputeAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1077 Total += I.getSequentialElementStride(getDataLayout()) * Idx; in executeGEPOperation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 750 uint64_t S = GTI.getSequentialElementStride(DL); in ARMComputeAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1624 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); in translateGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 919 uint64_t S = GTI.getSequentialElementStride(DL); in X86SelectAddress()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 5363 llvm::ConstantInt::get(IntPtrTy, GTI.getSequentialElementStride(DL)); in EmitGEPOffsetInBytes()
|