/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 254 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in isGEPFoldable() local 464 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP() 478 uint64_t ElementSize, in factorArrayIndex() 535 uint64_t ElementSize = DL->getTypeAllocSize(*GTI); in allocateCandidatesAndFindBasisForGEP() local 567 APInt ElementSize( in emitBump() local
|
D | NaryReassociate.cpp | 319 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in isGEPFoldable() local 438 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
|
D | SROA.cpp | 1419 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local 1431 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local 1485 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local 1726 uint64_t ElementSize, in isVectorPromotionViableForSlice() 1875 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local 2191 uint64_t ElementSize; member in llvm::sroa::AllocaSliceRewriter 3228 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local 3273 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
|
D | SeparateConstOffsetFromGEP.cpp | 797 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 858 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1197 unsigned int ElementSize = 0; in printModuleLevelGV() local 1362 int64_t ElementSize = 0; in emitPTXGlobalVariable() local 1888 int ElementSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1192 unsigned ElementSize = in InitializeMemory() local 1205 unsigned ElementSize = in InitializeMemory() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 426 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1600 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev 1603 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 223 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
|
D | BasicAliasAnalysis.cpp | 823 const uint64_t ElementSize = in aliasSameBasePointerGEPs() local
|
D | DependenceAnalysis.cpp | 3268 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() local
|
D | ScalarEvolution.cpp | 2970 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, CurTy); in getGEPExpr() local 8966 const SCEV *ElementSize) { in delinearize()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1675 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in collectInsertionElements() local
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 224 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateAssign() local 288 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateInit() local
|
D | CGExprCXX.cpp | 845 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementType); in EmitNewArrayInitializer() local
|
D | CGOpenMPRuntime.cpp | 2690 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateReduction() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 543 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
D | SelectionDAG.cpp | 3709 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
|
D | SelectionDAGBuilder.cpp | 3007 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty)); in visitGetElementPtr() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2100 const unsigned ElementSize = in handleDynamicAllocaCall() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 80 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
|
D | ExprConstant.cpp | 7382 CharUnits ElementSize; in VisitBinaryOperator() local 7631 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4847 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
/external/v8/src/ |
D | objects-inl.h | 4090 int FixedTypedArrayBase::ElementSize(InstanceType type) { in ElementSize() function
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8069 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local
|