Searched refs:getNumBytes (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 195 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()
|
D | IceGlobalInits.cpp | 159 Stream << "[" << getNumBytes() << " x " << Ice::IceType_i8 << "]"; in dumpType()
|
D | IceTargetLowering.cpp | 995 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()
|
D | IceASanInstrumentation.cpp | 114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals() 192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()
|
D | IceELFObjectWriter.cpp | 401 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/ |
D | DebugLocStream.h | 119 .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/ |
D | LoopIdiomRecognize.cpp | 848 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/ |
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3278 …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()
|