Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp435 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP()
449 uint64_t ElementSize, in factorArrayIndex()
506 uint64_t ElementSize = DL->getTypeAllocSize(*GTI); in allocateCandidatesAndFindBasisForGEP() local
548 APInt ElementSize( in emitBump() local
DSROA.cpp1401 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local
1413 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local
1467 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local
1710 uint64_t ElementSize, in isVectorPromotionViableForSlice()
1859 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local
2175 uint64_t ElementSize; member in llvm::sroa::AllocaSliceRewriter
3217 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
3262 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
DNaryReassociate.cpp407 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp101 unsigned ElementSize = TD->getTypeAllocSize(T); in computeArraySize() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp950 unsigned ElementSize = in InitializeMemory() local
959 unsigned ElementSize = in InitializeMemory() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1221 unsigned int ElementSize = 0; in printModuleLevelGV() local
1385 int64_t ElementSize = 0; in emitPTXGlobalVariable() local
1914 int ElementSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1187 unsigned ElementSize = in InitializeMemory() local
1200 unsigned ElementSize = in InitializeMemory() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp1602 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1605 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp231 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
DBasicAliasAnalysis.cpp891 const uint64_t ElementSize = in aliasSameBasePointerGEPs() local
DDependenceAnalysis.cpp3199 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h462 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp466 uint64_t ElementSize = TD.getTypeAllocSize(Ty); in SelectGetElementPtr() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1508 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1678 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in collectInsertionElements() local
/external/tensorflow/tensorflow/contrib/lite/toco/
Dtooling_util.cc1341 int ElementSize(ArrayDataType data_type) { in ElementSize() function
/external/clang/lib/CodeGen/
DCGExprCXX.cpp850 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementType); in EmitNewArrayInitializer() local
DCGStmtOpenMP.cpp349 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateAssign() local
484 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy); in EmitOMPAggregateInit() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp992 uint64_t ElementSize = getBaseTypeSize(ElementTypeRef) / 8; in lowerTypeArray() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp543 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2308 const unsigned ElementSize = in handleDynamicAllocaCall() local
/external/clang/lib/AST/
DType.cpp80 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
DExprConstant.cpp7678 CharUnits ElementSize; in VisitBinaryOperator() local
7927 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4880 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local

12