Searched defs:ElementSize (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp219 unsigned ElementSize = DL->getTypeAllocSize(T); local
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp527 uint64_t ElementSize = TD.getTypeAllocSize(Ty); local
H A DSelectionDAG.cpp3154 unsigned ElementSize = VT.getSizeInBits(); local
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1137 unsigned ElementSize = local
1150 unsigned ElementSize = local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1257 uint64_t ElementSize = CGM.getContext().getTypeSize(ElementTy); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); local
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1232 unsigned int ElementSize = 0; local
1255 O << ElementSize / 8; local
1258 O << ElementSize / 4; local
1263 O << ElementSize; local
1273 O << ElementSize; local
1281 O << ElementSize; local
1389 int64_t ElementSize = 0; local
1892 int ElementSize = TD->getTypeAllocSize(CPV->getType()); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1576 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1539 isVectorPromotionViableForSlice( const DataLayout &DL, AllocaSlices &S, uint64_t SliceBeginOffset, uint64_t SliceEndOffset, VectorType *Ty, uint64_t ElementSize, AllocaSlices::const_iterator I) argument
1926 uint64_t ElementSize; member in class:__anon2819::AllocaSliceRewriter
2953 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); local
2998 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7197 CharUnits ElementSize = Context.getTypeSizeInChars(rpointee); local

Completed in 192 milliseconds