/external/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 | 1026 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()
|
D | IceASanInstrumentation.cpp | 114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals() 192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()
|
D | IceELFObjectWriter.cpp | 407 SizeT SymbolSize = Var->getNumBytes(); in writeDataOfType() 432 Section->appendZeros(Str, Init->getNumBytes()); in writeDataOfType()
|
/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/llvm-project/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
|
/external/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
|
/external/conscrypt/android-stub/src/main/java/android/util/ |
D | StatsEvent.java | 37 public int getNumBytes() { in getNumBytes() method in StatsEvent
|
/external/llvm-project/llvm/lib/MC/ |
D | MCFragment.cpp | 419 OS << " NumBytes:" << NF->getNumBytes() in dump()
|
D | MCAssembler.cpp | 316 return cast<MCNopsFragment>(F).getNumBytes(); in computeFragmentSize() 622 int64_t NumBytes = NF.getNumBytes(); in writeFragment()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 889 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/ |
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()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCFragment.h | 376 int64_t getNumBytes() const { return Size; } in getNumBytes() function
|
/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 | 3290 …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()
|