Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp249 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
DSeparateConstOffsetFromGEP.cpp748 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
798 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
DSROA.cpp1633 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/
DExecutionEngine.cpp1170 unsigned ElementSize = in InitializeMemory() local
1183 unsigned ElementSize = in InitializeMemory() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1200 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/
DNeonEmitter.cpp1583 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1586 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp220 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
DDependenceAnalysis.cpp3200 const SCEV *ElementSize) { in tryDelinearize()
DScalarEvolution.cpp3716 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI); in createNodeForGEP() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1597 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp542 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
DSelectionDAGBuilder.cpp3404 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty)); in visitGetElementPtr() local
DSelectionDAG.cpp3442 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
/external/clang/lib/AST/
DType.cpp79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
DExprConstant.cpp7032 CharUnits ElementSize; in VisitBinaryOperator() local
7273 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2032 unsigned ElementSize = in handleDynamicAllocaCall() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4860 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
/external/clang/lib/Sema/
DSemaExpr.cpp7830 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local