HomeSort by relevance Sort by last modified time
    Searched refs:ElementSize (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/ADT/
SparseBitVector.h 43 template <unsigned ElementSize = 128>
45 : public ilist_node<SparseBitVectorElement<ElementSize> > {
50 BITWORDS_PER_ELEMENT = (ElementSize + BITWORD_SIZE - 1) / BITWORD_SIZE,
51 BITS_PER_ELEMENT = ElementSize
265 template <unsigned ElementSize>
266 struct ilist_traits<SparseBitVectorElement<ElementSize> >
267 : public ilist_default_traits<SparseBitVectorElement<ElementSize> > {
268 typedef SparseBitVectorElement<ElementSize> Element;
281 template <unsigned ElementSize = 128>
283 typedef ilist<SparseBitVectorElement<ElementSize> > ElementList
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 211 unsigned ElementSize = TD->getTypeAllocSize(T);
213 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
215 // If malloc call's arg can be determined to be a multiple of ElementSize,
219 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
ScalarEvolution.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 79 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity();
87 if (llvm::isPowerOf2_64(ElementSize)) {
88 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
93 if ((ElementSize >> 32) == 0 && NumElements.getBitWidth() <= 64 &&
95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
105 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
    [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 526 // N = N + Idx * ElementSize;
527 uint64_t ElementSize = TD.getTypeAllocSize(Ty);
535 if (ElementSize != 1) {
536 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/v8/src/
elements.cc 614 int ElementSize>
648 int filler_size = (old_capacity - length) * ElementSize;
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/chromium_org/v8/src/
elements.cc     [all...]

Completed in 686 milliseconds