/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 249 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in isGEPFoldable() local 440 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP() 454 uint64_t ElementSize, in factorArrayIndex() 502 uint64_t ElementSize = DL->getTypeAllocSize(*GTI); in allocateCandidatesAndFindBasisForGEP() local 540 APInt ElementSize( in emitBump() local
|
D | SeparateConstOffsetFromGEP.cpp | 748 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 798 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
|
D | SROA.cpp | 1633 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local 1645 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local 1699 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local 1935 uint64_t ElementSize, in isVectorPromotionViableForSlice() 2085 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local 2395 uint64_t ElementSize; member in __anonadce12ea0e11::AllocaSliceRewriter 3388 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local 3433 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1170 unsigned ElementSize = in InitializeMemory() local 1183 unsigned ElementSize = in InitializeMemory() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1200 unsigned int ElementSize = 0; in printModuleLevelGV() local 1357 int64_t ElementSize = 0; in emitPTXGlobalVariable() local 1857 int ElementSize = TD->getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1583 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev 1586 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 220 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
|
D | DependenceAnalysis.cpp | 3200 const SCEV *ElementSize) { in tryDelinearize()
|
D | ScalarEvolution.cpp | 3716 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI); in createNodeForGEP() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1597 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 542 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
D | SelectionDAGBuilder.cpp | 3404 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty)); in visitGetElementPtr() local
|
D | SelectionDAG.cpp | 3442 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
|
D | ExprConstant.cpp | 7032 CharUnits ElementSize; in VisitBinaryOperator() local 7273 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2032 unsigned ElementSize = in handleDynamicAllocaCall() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4860 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7830 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local
|