Searched refs:getNumBytes (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.h | 238 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()
|
D | IceGlobalInits.cpp | 193 Stream << "[" << getNumBytes() << " x " << Ice::IceType_i8 << "]"; in dumpType()
|
D | IceASanInstrumentation.cpp | 114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals() 192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()
|
D | IceTargetLowering.cpp | 1037 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()
|
D | IceELFObjectWriter.cpp | 408 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/ |
D | DebugLocStream.h | 117 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes() 141 size_t getNumBytes(size_t EI) const { in getNumBytes() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 117 .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/ |
D | LoopIdiomRecognize.cpp | 816 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/ |
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2746 …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()
|