Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1746 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local
1758 APInt ElementSize(Offset.getBitWidth(), TD.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local
1812 APInt ElementSize(Offset.getBitWidth(), TD.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local
1998 uint64_t ElementSize = TD.getTypeSizeInBits(Ty->getScalarType()); in isVectorPromotionViable() local
2321 uint64_t ElementSize; member in __anonb0334fd00611::AllocaPartitionRewriter
3292 uint64_t ElementSize = TD.getTypeAllocSize(ElementTy); in getTypePartition() local
3336 uint64_t ElementSize = TD.getTypeAllocSize(ElementTy); in getTypePartition() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp969 unsigned ElementSize = in InitializeMemory() local
982 unsigned ElementSize = in InitializeMemory() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1199 unsigned int ElementSize =0; in printModuleLevelGV() local
1367 int64_t ElementSize =0; in emitPTXGlobalVariable() local
1877 int ElementSize = TD->getTypeAllocSize(CPV->getType()); in bufferLEByte() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp208 unsigned ElementSize = TD->getTypeAllocSize(T); in computeArraySize() local
DScalarEvolution.cpp3167 const SCEV *ElementSize = getSizeOfExpr(*GTI); in createNodeForGEP() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp531 uint64_t ElementSize = TD.getTypeAllocSize(Ty); in SelectGetElementPtr() local
DSelectionDAGBuilder.cpp3182 APInt ElementSize = APInt(TLI.getPointerTy().getSizeInBits(), in visitGetElementPtr() local
DSelectionDAG.cpp3060 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1293 uint64_t ElementSize = CGM.getContext().getTypeSize(ElementTy); in FillInNullDataMemberPointers() local
DTargetInfo.cpp3276 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4; in classifyArgumentType() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1522 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
/external/clang/lib/AST/
DType.cpp79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
DExprConstant.cpp5002 CharUnits ElementSize; in VisitBinaryOperator() local
5262 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local