Home
last modified time | relevance | path

Searched refs:getNumBytes (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h195 virtual SizeT getNumBytes() const = 0;
227 SizeT getNumBytes() const final { return ContentsSize; } in getNumBytes() function
272 SizeT getNumBytes() const final { return Size; } in getNumBytes() function
326 SizeT getNumBytes() const final { return RelocAddrSize; } in getNumBytes() function
390 SizeT getNumBytes() const { in getNumBytes() function
393 Count += Init->getNumBytes(); in getNumBytes()
DIceGlobalInits.cpp159 Stream << "[" << getNumBytes() << " x " << Ice::IceType_i8 << "]"; in dumpType()
DIceTargetLowering.cpp1026 const SizeT Size = Var.getNumBytes(); in emitGlobal()
1064 for (SizeT i = 0; i < Init->getNumBytes(); ++i) { in emitGlobal()
1070 Str << "\t.zero\t" << Init->getNumBytes() << "\n"; in emitGlobal()
DIceASanInstrumentation.cpp114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals()
192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()
DIceELFObjectWriter.cpp407 SizeT SymbolSize = Var->getNumBytes(); in writeDataOfType()
432 Section->appendZeros(Str, Init->getNumBytes()); in writeDataOfType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h117 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
141 size_t getNumBytes(size_t EI) const { in getNumBytes() function
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h119 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
143 size_t getNumBytes(size_t EI) const { in getNumBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h119 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
143 size_t getNumBytes(size_t EI) const { in getNumBytes() function
/external/conscrypt/android-stub/src/main/java/android/util/
DStatsEvent.java37 public int getNumBytes() { in getNumBytes() method in StatsEvent
/external/llvm-project/llvm/lib/MC/
DMCFragment.cpp419 OS << " NumBytes:" << NF->getNumBytes() in dump()
DMCAssembler.cpp316 return cast<MCNopsFragment>(F).getNumBytes(); in computeFragmentSize()
622 int64_t NumBytes = NF.getNumBytes(); in writeFragment()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp889 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() function
986 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStridedStore()
1141 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp848 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() function
937 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStridedStore()
1077 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()
/external/llvm-project/llvm/include/llvm/MC/
DMCFragment.h376 int64_t getNumBytes() const { return Size; } in getNumBytes() function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
DvktSpvAsmGraphicsShaderTestUtil.cpp3290 …ragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.… in runAndVerifyDefaultPipeline()
4028 instance.interfaces.getInputType().getNumBytes(), // deUint32 strideInBytes; in runAndVerifyDefaultPipeline()
4392 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()