Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h238 virtual SizeT getNumBytes() const = 0;
270 SizeT getNumBytes() const final { return ContentsSize; } in getNumBytes() function
315 SizeT getNumBytes() const final { return Size; } in getNumBytes() function
369 SizeT getNumBytes() const final { return RelocAddrSize; } in getNumBytes() function
433 SizeT getNumBytes() const { in getNumBytes() function
436 Count += Init->getNumBytes(); in getNumBytes()
DIceGlobalInits.cpp193 Stream << "[" << getNumBytes() << " x " << Ice::IceType_i8 << "]"; in dumpType()
DIceASanInstrumentation.cpp114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals()
192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()
DIceTargetLowering.cpp1037 const SizeT Size = Var.getNumBytes(); in emitGlobal()
1075 for (SizeT i = 0; i < Init->getNumBytes(); ++i) { in emitGlobal()
1081 Str << "\t.zero\t" << Init->getNumBytes() << "\n"; in emitGlobal()
DIceELFObjectWriter.cpp408 SizeT SymbolSize = Var->getNumBytes(); in writeDataOfType()
433 Section->appendZeros(Str, Init->getNumBytes()); in writeDataOfType()
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp816 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() function
905 getNumBytes(BECount, IntPtr, StoreSize, CurLoop, DL, SE); in processLoopStridedStore()
1038 getNumBytes(BECount, IntPtrTy, StoreSize, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
DvktSpvAsmGraphicsShaderTestUtil.cpp2746 …ragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.… in runAndVerifyDefaultPipeline()
3511 instance.interfaces.getInputType().getNumBytes(), // deUint32 strideInBytes; in runAndVerifyDefaultPipeline()
3844 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()
3890 …fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.… in runAndVerifyDefaultPipeline()