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

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
BasicBlockTracing.c 53 unsigned ArraySize;
58 ArraySize = BufferSize / sizeof (unsigned);
59 ArrayStart = malloc (ArraySize * sizeof (unsigned));
60 ArrayEnd = ArrayStart + ArraySize;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 121 Value *ArraySize = computeArraySize(CI, TD);
123 if (ArraySize &&
124 ArraySize != ConstantInt::get(CI->getArgOperand(0)->getType(), 1))
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 87 return ArraySize(PointerSize::k64, cache_size);
99 return ArraySize(pointer_size_, num_elements);
116 return ArraySize(PointerSize::k64, cache_size);
148 return ArraySize(PointerSize::k64, cache_size);
158 return ArraySize(GcRootAsPointerSize<mirror::CallSite>(), num_elements);
169 inline size_t DexCacheArraysLayout::ArraySize(PointerSize element_size, uint32_t num_elements) {
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 170 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>();
172 svalBuilder.evalEQ(state, Extent, ArraySize);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 431 unsigned ArraySize = 16/Size;
432 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
433 return ConstantArray::get(AT, std::vector<Constant*>(ArraySize, C));
  /external/syslinux/efi32/include/efi/
efifs.h 92 UINT32 ArraySize;
  /external/syslinux/efi64/include/efi/
efifs.h 92 UINT32 ArraySize;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efifs.h 92 UINT32 ArraySize;
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 459 Value *ArraySize = I.getArraySize();
460 if (const ConstantInt *C = dyn_cast<ConstantInt>(ArraySize)) {
731 Value *ArraySize = I.getArraySize();
732 Value *Size = ConstantInt::get(ArraySize->getType(),
734 Size = Builder.CreateMul(Size, ArraySize);
  /external/llvm/lib/CodeGen/
SafeStack.cpp 473 DynamicTop = IRB.CreateAlloca(StackPtrTy, /*ArraySize=*/nullptr,
680 Value *ArraySize = AI->getArraySize();
681 if (ArraySize->getType() != IntPtrTy)
682 ArraySize = IRB.CreateIntCast(ArraySize, IntPtrTy, false);
686 Value *Size = IRB.CreateMul(ArraySize, ConstantInt::get(IntPtrTy, TySize));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 330 unsigned ArraySize = 16 / Size;
331 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
332 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C));
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 89 unsigned ArraySize);
91 void genAddStatementEnd(const std::string &VarName, unsigned ArraySize);
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 112 llvm::Value *ArraySize;
113 std::tie(ArraySize, Ty) = getVLASize(VAT);
114 Size = Size ? Builder.CreateNUWMul(Size, ArraySize) : ArraySize;
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 464 uint64_t ArraySize = 1;
468 ArraySize = CI->getZExtValue();
473 return SizeInBytes * ArraySize;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 592 UINT16 ArraySize;
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.h 830 UINT ArraySize;
841 explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,
846 ArraySize = arraySize;
863 UINT ArraySize;
876 UINT arraySize = 1,
887 ArraySize = arraySize;
928 UINT ArraySize;
936 UINT ArraySize;
    [all...]
d3d11.h 984 UINT ArraySize;
989 UINT ArraySize;
995 UINT ArraySize
    [all...]

Completed in 4247 milliseconds