/external/llvm/include/llvm/Object/ |
D | StackMapParser.h | 169 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/ |
D | StackMapParser.h | 171 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/ |
D | BitmapPreFiller.java | 68 int bytesPerBitmap = getSizeInBytes(size); in generateAllocationOrder() 76 private static int getSizeInBytes(PreFillType size) { in getSizeInBytes() method in BitmapPreFiller
|
/external/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 70 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 75 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryBuiltins.cpp | 103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 322 uint64_t getSizeInBytes() const { in getSizeInBytes() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalSplit.cpp | 87 ? SL->getSizeInBytes() in splitGlobal()
|
D | GlobalOpt.cpp | 1308 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA() 1534 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 480 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 529 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 936 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()
|
D | IceASanInstrumentation.cpp | 236 : llvm::dyn_cast<ConstantInteger32>(Cur->getSizeInBytes()); in instrumentFuncStart()
|
D | IceInst.cpp | 733 getSizeInBytes()->dump(Func); in dump()
|
D | IceInst.h | 295 Operand *getSizeInBytes() const { return getSrc(0); } in getSizeInBytes() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 388 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1430 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/ |
D | SROA.cpp | 1491 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/ |
D | MemoryBuiltins.cpp | 233 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 453 DL.getStructLayout(StructTy)->getSizeInBytes()), in createCacheFragInfoGV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 288 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 463 DL.getStructLayout(StructTy)->getSizeInBytes()), in createCacheFragInfoGV()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 444 assert(sizeSoFar == cvsLayout->getSizeInBytes() && in EmitGlobalConstantStruct()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1264 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA() 1490 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1326 TypeSize = TD->getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA() 1553 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()
|