/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 761 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local 808 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
|
H A D | SROA.cpp | 1628 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 D | ExecutionEngine.cpp | 1102 unsigned ElementSize = in InitializeMemory() local 1115 unsigned ElementSize = in InitializeMemory() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1162 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 D | MemoryBuiltins.cpp | 220 unsigned ElementSize = DL->getTypeAllocSize(T); in computeArraySize() local
|
H A D | DependenceAnalysis.cpp | 3202 const SCEV *ElementSize) { in tryDelinearize()
|
H A D | ScalarEvolution.cpp | 3564 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI); in createNodeForGEP() local
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1587 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 D | InstCombineCasts.cpp | 1609 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in CollectInsertionElements() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 541 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
H A D | SelectionDAGBuilder.cpp | 3404 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty)); in visitGetElementPtr() local
|
H A D | SelectionDAG.cpp | 3353 unsigned ElementSize = VT.getSizeInBits(); in getNode() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); in getNumAddressingBits() local
|
H A D | ExprConstant.cpp | 7027 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 D | AddressSanitizer.cpp | 1954 unsigned ElementSize = ASan.DL->getTypeAllocSize(AI->getAllocatedType()); in handleDynamicAllocaCall() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 4854 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 4713 unsigned ElementSize = getContext().getTypeSize(Base) == 64 ? 2 : 4; in classifyArgumentType() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 7528 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); in CheckSubtractionOperands() local
|