Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp761 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
808 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
H A DSROA.cpp1628 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local
1640 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPRecursively() local
1694 APInt ElementSize(Offset.getBitWidth(), DL.getTypeAllocSize(ElementTy)); in getNaturalGEPWithOffset() local
1929 uint64_t ElementSize, in isVectorPromotionViableForSlice()
2079 uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType()); in isVectorPromotionViable() local
2389 uint64_t ElementSize; member in __anoneb572d7b0e11::AllocaSliceRewriter
3381 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
3426 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); in getTypePartition() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1102 unsigned ElementSize = in InitializeMemory() local
1115 unsigned ElementSize = in InitializeMemory() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1162 unsigned int ElementSize = 0; in printModuleLevelGV() local
1319 int64_t ElementSize = 0; in emitPTXGlobalVariable() local
1847 int ElementSize = TD->getTypeAllocSize(CPV->getType()); in bufferLEByte() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp220 unsigned ElementSize = DL->getTypeAllocSize(T); in computeArraySize() local
H A DDependenceAnalysis.cpp3202 const SCEV *ElementSize) { in tryDelinearize()
H A DScalarEvolution.cpp3564 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI); in createNodeForGEP() local
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1587 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1590 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1609 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp541 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
H A DSelectionDAGBuilder.cpp3404 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty)); in visitGetElementPtr() local
H A DSelectionDAG.cpp3353 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
H A DExprConstant.cpp7027 CharUnits ElementSize; in VisitBinaryOperator() local
7268 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1954 unsigned ElementSize = ASan.DL->getTypeAllocSize(AI->getAllocatedType()); in handleDynamicAllocaCall() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4854 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp4713 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4; in classifyArgumentType() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7528 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local