Home
last modified time | relevance | path

Searched defs:ElementSize (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1350 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/
DExecutionEngine.cpp1174 unsigned ElementSize = in InitializeMemory() local
1187 unsigned ElementSize = in InitializeMemory() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1526 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/
DMemoryBuiltins.cpp220 unsigned ElementSize = DL->getTypeAllocSize(T); in computeArraySize() local
DScalarEvolution.cpp3306 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI); in createNodeForGEP() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp1587 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1590 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1265 uint64_t ElementSize = CGM.getContext().getTypeSize(ElementTy); in FillInNullDataMemberPointers() local
DTargetInfo.cpp4301 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4; in classifyArgumentType() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1632 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp531 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in SelectGetElementPtr() local
DSelectionDAGBuilder.cpp3376 APInt ElementSize = APInt(TLI->getPointerSizeInBits(AS), in visitGetElementPtr() local
DSelectionDAG.cpp3335 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
/external/clang/lib/AST/
DType.cpp79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
DExprConstant.cpp6760 CharUnits ElementSize; in VisitBinaryOperator() local
7034 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
/external/clang/lib/Sema/
DSemaExpr.cpp7403 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local