Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp254 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
DNaryReassociate.cpp319 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in isGEPFoldable() local
438 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
DSROA.cpp1419 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
DSeparateConstOffsetFromGEP.cpp797 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
858 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1197 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/
DExecutionEngine.cpp1192 unsigned ElementSize = in InitializeMemory() local
1205 unsigned ElementSize = in InitializeMemory() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h426 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp1600 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1603 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp223 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
DBasicAliasAnalysis.cpp823 const uint64_t ElementSize = in aliasSameBasePointerGEPs() local
DDependenceAnalysis.cpp3268 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() local
DScalarEvolution.cpp2970 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, CurTy); in getGEPExpr() local
8966 const SCEV *ElementSize) { in delinearize()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1675 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in collectInsertionElements() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp224 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateAssign() local
288 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateInit() local
DCGExprCXX.cpp845 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementType); in EmitNewArrayInitializer() local
DCGOpenMPRuntime.cpp2690 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateReduction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp543 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
DSelectionDAG.cpp3709 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
DSelectionDAGBuilder.cpp3007 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty)); in visitGetElementPtr() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2100 const unsigned ElementSize = in handleDynamicAllocaCall() local
/external/clang/lib/AST/
DType.cpp80 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
DExprConstant.cpp7382 CharUnits ElementSize; in VisitBinaryOperator() local
7631 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4847 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
/external/v8/src/
Dobjects-inl.h4090 int FixedTypedArrayBase::ElementSize(InstanceType type) { in ElementSize() function
/external/clang/lib/Sema/
DSemaExpr.cpp8069 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local