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

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp208 unsigned ElementSize = TD->getTypeAllocSize(T); local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp528 uint64_t ElementSize = TD.getTypeAllocSize(Ty); local
H A DSelectionDAG.cpp3064 unsigned ElementSize = VT.getSizeInBits(); local
H A DSelectionDAGBuilder.cpp3174 APInt ElementSize = APInt(TLI.getPointerTy().getSizeInBits(), local
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1114 unsigned ElementSize = local
1127 unsigned ElementSize = local
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1240 unsigned int ElementSize = 0; local
1264 O << ElementSize / 8; local
1267 O << ElementSize / 4; local
1272 O << ElementSize; local
1282 O << ElementSize; local
1290 O << ElementSize; local
1406 int64_t ElementSize = 0; local
1922 int ElementSize = TD->getTypeAllocSize(CPV->getType()); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1522 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1298 uint64_t ElementSize = CGM.getContext().getTypeSize(ElementTy); local

Completed in 120 milliseconds