Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.cpp995 const SizeT Size = Var.getNumBytes(); in emitGlobal()
1030 for (SizeT i = 0; i < Init->getNumBytes(); ++i) { in emitGlobal()
1036 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.cpp401 SizeT SymbolSize = Var->getNumBytes(); in writeDataOfType()
426 Section->appendZeros(Str, Init->getNumBytes()); in writeDataOfType()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
DvktSpvAsmGraphicsShaderTestUtil.cpp3278 …ragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.… in runAndVerifyDefaultPipeline()
4014 const deUint32 stride = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()
4388 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()