Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
DStackMapParser.h169 unsigned getSizeInBytes() const { in getSizeInBytes() function
272 unsigned getSizeInBytes() const { in getSizeInBytes() function
279 return RecordAccessor(P + getSizeInBytes()); in next()
310 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapV1Parser()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h171 unsigned getSizeInBytes() const { in getSizeInBytes() function
271 unsigned getSizeInBytes() const { in getSizeInBytes() function
278 return RecordAccessor(P + getSizeInBytes()); in next()
309 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapV2Parser()
/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/tools/llvm-readobj/
DStackMapPrinter.h70 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DStackMapPrinter.h75 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetData.h322 uint64_t getSizeInBytes() const { in getSizeInBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp87 ? SL->getSizeInBytes() in splitGlobal()
DGlobalOpt.cpp1308 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1534 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
/external/llvm/include/llvm/IR/
DDataLayout.h480 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h529 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp936 llvm::dyn_cast<ConstantInteger32>(Alloca->getSizeInBytes()); in sortAndCombineAllocas()
1027 if (llvm::isa<Constant>(Alloca->getSizeInBytes())) in processAllocas()
1073 if (!llvm::isa<Constant>(Alloca->getSizeInBytes())) in processAllocas()
DIceASanInstrumentation.cpp236 : llvm::dyn_cast<ConstantInteger32>(Cur->getSizeInBytes()); in instrumentFuncStart()
DIceInst.cpp733 getSizeInBytes()->dump(Func); in dump()
DIceInst.h295 Operand *getSizeInBytes() const { return getSrc(0); } in getSizeInBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp388 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1430 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
3252 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
3255 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
3279 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
3299 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1491 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()
3453 if (Offset >= SL->getSizeInBytes()) in getTypePartition()
3456 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()
3480 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()
3500 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp233 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp453 DL.getStructLayout(StructTy)->getSizeInBytes()), in createCacheFragInfoGV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp288 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp463 DL.getStructLayout(StructTy)->getSizeInBytes()), in createCacheFragInfoGV()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp444 assert(sizeSoFar == cvsLayout->getSizeInBytes() && in EmitGlobalConstantStruct()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1264 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1490 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1326 TypeSize = TD->getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1553 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()

12