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

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 220 unsigned ElementSize = DL->getTypeAllocSize(T);
222 ElementSize = DL->getStructLayout(ST)->getSizeInBytes();
224 // If malloc call's arg can be determined to be a multiple of ElementSize,
228 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 530 // N = N + Idx * ElementSize;
531 uint64_t ElementSize = DL.getTypeAllocSize(Ty);
539 if (ElementSize != 1) {
540 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.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...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 396 NDR64_UINT32 ElementSize;
405 NDR64_UINT32 ElementSize;
416 NDR64_UINT32 ElementSize;
450 NDR64_UINT16 ElementSize;
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 1385 milliseconds