Home
last modified time | relevance | path

Searched refs:getSizeInBytes (Results 1 – 12 of 12) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFiller.java68 int bytesPerBitmap = getSizeInBytes(size); in generateAllocationOrder()
76 private static int getSizeInBytes(PreFillType size) { in getSizeInBytes() method in BitmapPreFiller
/external/llvm/include/llvm/IR/
DDataLayout.h479 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1662 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
3423 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
3426 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
3450 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
3470 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp222 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
DBasicAliasAnalysis.cpp961 const uint64_t StructSize = SL->getSizeInBytes(); in aliasSameBasePointerGEPs()
DConstantFolding.cpp845 if (Offset.uge(SL.getSizeInBytes())) in SymbolicallyEvaluateGEP()
DScalarEvolutionExpander.cpp448 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1306 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1534 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1974 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp906 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
/external/clang/lib/CodeGen/
DTargetInfo.cpp2401 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...