/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1350 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local 1362 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local 1416 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local 1626 uint64_t SliceEndOffset, VectorType *Ty, uint64_t ElementSize, in isVectorPromotionViableForSlice() 1708 uint64_t ElementSize = DL.getTypeSizeInBits(Ty->getScalarType()); in isVectorPromotionViable() local 2011 uint64_t ElementSize; member in __anone35c39410611::AllocaSliceRewriter 3009 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local 3054 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1174 unsigned ElementSize = in InitializeMemory() local 1187 unsigned ElementSize = in InitializeMemory() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1526 unsigned int ElementSize = 0; in printModuleLevelGV() local 1683 int64_t ElementSize = 0; in emitPTXGlobalVariable() local 2222 int ElementSize = TD->getTypeAllocSize(CPV->getType()); in bufferLEByte() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 220 unsigned ElementSize = DL->getTypeAllocSize(T); in computeArraySize() local
|
D | ScalarEvolution.cpp | 3306 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI); in createNodeForGEP() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1587 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev 1590 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1265 uint64_t ElementSize = CGM.getContext().getTypeSize(ElementTy); in FillInNullDataMemberPointers() local
|
D | TargetInfo.cpp | 4301 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4; in classifyArgumentType() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1632 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 531 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in SelectGetElementPtr() local
|
D | SelectionDAGBuilder.cpp | 3376 APInt ElementSize = APInt(TLI->getPointerSizeInBits(AS), in visitGetElementPtr() local
|
D | SelectionDAG.cpp | 3335 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 | 6760 CharUnits ElementSize; in VisitBinaryOperator() local 7034 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7403 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local
|