reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  754       TargetType = GTI.getIndexedType();
  767         int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType());
include/llvm/Analysis/Utils/Local.h
   47     uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
include/llvm/IR/GetElementPtrTypeIterator.h
   77       Type *Ty = getIndexedType();
lib/Analysis/BasicAliasAnalysis.cpp
  559           (DL.getTypeAllocSize(GTI.getIndexedType()) *
  567       APInt Scale(MaxPointerSize, DL.getTypeAllocSize(GTI.getIndexedType()));
lib/Analysis/InlineCost.cpp
  411     APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
lib/Analysis/ValueTracking.cpp
 1329         Type *IndexedTy = GTI.getIndexedType();
 1876     if (Q.DL.getTypeAllocSize(GTI.getIndexedType()) == 0)
 5738     uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Analysis/VectorUtils.cpp
  141     if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize)
lib/CodeGen/CodeGenPrepare.cpp
 4141         uint64_t TypeSize = DL.getTypeAllocSize(GTI.getIndexedType());
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1071       uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
lib/CodeGen/SelectionDAG/FastISel.cpp
  704       Type *Ty = GTI.getIndexedType();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 3877       APInt ElementSize(IdxSize, DL->getTypeAllocSize(GTI.getIndexedType()));
lib/ExecutionEngine/Interpreter/Execution.cpp
 1075       Total += getDataLayout().getTypeAllocSize(I.getIndexedType()) * Idx;
lib/IR/ConstantFold.cpp
 1748                                  CE2->getOperand(i), GTI.getIndexedType())) {
lib/IR/DataLayout.cpp
  827         Result += arrayIdx * getTypeAllocSize(GTI.getIndexedType());
lib/IR/Operator.cpp
   59                             DL.getTypeAllocSize(GTI.getIndexedType()));
lib/Target/AArch64/AArch64FastISel.cpp
  636         uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
 5032       Type *Ty = GTI.getIndexedType();
lib/Target/AArch64/AArch64ISelLowering.cpp
 8593       Type *IdxTy = GTI.getIndexedType();
lib/Target/ARM/ARMFastISel.cpp
  768           uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Target/Mips/MipsFastISel.cpp
  500         uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Target/PowerPC/PPCFastISel.cpp
  358           uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  278         uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Target/X86/X86FastISel.cpp
  919       uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Transforms/InstCombine/InstCombineCompares.cpp
  445         uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
  461   uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
  475       uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
lib/Transforms/InstCombine/InstructionCombining.cpp
 1668     Type *EltTy = GTI.getIndexedType();
lib/Transforms/Scalar/NaryReassociate.cpp
  315                                                   GTI.getIndexedType())) {
lib/Transforms/Scalar/SROA.cpp
  755                                      DL.getTypeAllocSize(GTI.getIndexedType()));
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  797             ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType());
  843                                 DL->getTypeAllocSize(GTI.getIndexedType()));
  904                                 DL->getTypeAllocSize(GTI.getIndexedType()));
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  539     uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  429   uint64_t Stride = DL.getTypeAllocSize(GTIA.getIndexedType());
tools/clang/lib/CodeGen/CGExprScalar.cpp
 4635           IntPtrTy, DL.getTypeAllocSize(GTI.getIndexedType()));