Searched defs:getSize (Results 201 - 225 of 317) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/CodeGen/
H A DDIE.h625 unsigned getSize() const { return Size; } function in class:llvm::DIE
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h196 NextCodeAddr += Alloc.getSize();
209 NextRODataAddr += Alloc.getSize();
222 NextRWDataAddr += Alloc.getSize();
239 << Alloc.getSize() << " bytes)\n");
242 Alloc.getLocalAddress(), Alloc.getSize())) {
275 << Alloc.getSize() << " bytes)\n");
278 Alloc.getLocalAddress(), Alloc.getSize())) {
311 << Alloc.getSize() << " bytes)\n");
314 Alloc.getLocalAddress(), Alloc.getSize())) {
382 uint64_t getSize() cons function in class:llvm::orc::remote::OrcRemoteTargetClient::RCMemoryManager::Alloc
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h532 unsigned getSize() const { return Size; } function in class:llvm::MCInstrDesc
H A DMCRegisterInfo.h80 /// getSize - Return the size of the register in bytes, which is also the size
82 unsigned getSize() const { return RegSize; } function in class:llvm::MCRegisterClass
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h120 uint64_t getSize() const { function in class:llvm::object::ELFSymbolRef
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp517 uint32_t ValueProfData::getSize(const InstrProfRecord &Record) { function in class:llvm::ValueProfData
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp241 unsigned getSize() const { return PartitionContainer.size(); } function in class:__anon14717::InstPartitionContainer
414 unsigned Index = getSize() - 1;
672 if (Partitions.getSize() < 2)
679 if (Partitions.getSize() < 2)
691 if (Partitions.getSize() < 2)
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java1722 public int getSize() { method in class:SIPMessage
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
H A DRecord.h827 unsigned getSize() const { return Values.size(); } function in class:llvm::ListInit
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h90 /// getSize - Return the size of the register in bytes, which is also the size
92 unsigned getSize() const { return MC->getSize(); } function in class:llvm::TargetRegisterClass
/external/clang/lib/Basic/
H A DSourceManager.cpp62 /// getSize - Returns the size of the content encapsulated by this ContentCache.
66 unsigned ContentCache::getSize() const { function in class:ContentCache
68 : (unsigned) ContentsEntry->getSize();
114 ContentsEntry->getSize(), "<invalid>").release());
116 for (unsigned i = 0, e = ContentsEntry->getSize(); i != e; ++i)
137 if (getRawBuffer()->getBufferSize() != (size_t)ContentsEntry->getSize()) {
576 unsigned FileSize = File->getSize();
655 assert(SourceFile->getSize() == NewFile->getSize() &&
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp267 VkDeviceSize getSize (void) const { return m_size; } function in class:vk::__anon4228::Buffer
1048 requirements->size = buffer->getSize();
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp601 VkDeviceSize getSize() const { function in struct:__anon4579::Buffer
1129 0ull, inputBuffers[i]->getAsBuffer()->getSize());
1215 resultAlloc.getOffset(), inputBuffers[i]->getAsBuffer()->getSize());
1337 0ull, inputBuffers[i]->getAsBuffer()->getSize());
1423 resultAlloc.getOffset(), inputBuffers[i]->getAsBuffer()->getSize());
1542 0ull, inputBuffers[i]->getAsBuffer()->getSize());
1628 resultAlloc.getOffset(), inputBuffers[i]->getAsBuffer()->getSize());
1793 0ull, inputBuffers[buffersNdx]->getAsBuffer()->getSize());
2030 0ull, inputBuffers[i]->getAsBuffer()->getSize());
2116 resultAlloc.getOffset(), inputBuffers[i]->getAsBuffer()->getSize());
[all...]
/external/deqp/framework/common/
H A DtcuTexture.hpp331 const IVec3& getSize (void) const { return m_size; } function in class:tcu::ConstPixelBufferAccess
416 const IVec3& getSize (void) const { return m_size; } function in class:tcu::TextureLevel
772 int getSize (void) const { return m_numLevels > 0 ? m_levels[0][0].getWidth() : 0; } function in class:tcu::TextureCubeView
798 int getSize (void) const { return m_size; } function in class:tcu::TextureCube
1118 int getSize (void) const { return m_numLevels > 0 ? m_levels[0].getWidth() : 0; } function in class:tcu::TextureCubeArrayView
1147 int getSize (void) const { return m_size; } function in class:tcu::TextureCubeArray
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp192 int getSize (void) const { return m_gridSize; } function in class:deqp::gles2::Functional::__anon5013::PosTexCoordQuadGrid
330 return IVec2(ref.getSize(), ref.getSize());
336 const int gridSize = grid.getSize();
365 const int gridSize = grid.getSize();
863 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize());
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp282 const IVec2& getSize (void) const { return m_size; } function in class:deqp::gles31::Functional::__anon5338::DrawBufferInfo
409 const IVec2& size = drawBuffer.getSize();
646 const IVec2 size = info.getSize();
1007 const IVec2 size = drawBuffers[0].getSize();
1109 log << TestLog::Message << "Size: " << drawBuffer.getSize() << TestLog::EndMessage;
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h323 uint8_t getSize() const { return Size; } function in class:llvm::codeview::PointerRecord
426 uint64_t getSize() const { return Size; } function in class:llvm::codeview::ArrayRecord
496 uint64_t getSize() const { return Size; } function in class:llvm::codeview::ClassRecord
534 uint64_t getSize() const { return Size; } function in struct:llvm::codeview::UnionRecord
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h843 static uint32_t getSize(uint32_t NumSumFields, uint32_t NumCutoffEntries) { function in struct:llvm::IndexedInstrProf::HashT::Summary
/external/llvm/include/llvm/Support/
H A DFileSystem.h219 uint64_t getSize() const { return fs_st_size; } function in class:llvm::sys::fs::file_status
227 uint64_t getSize() const { function in class:llvm::sys::fs::file_status
534 Result = Status.getSize();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h292 uint64_t getSize() const { return Size; } function in class:llvm::MCFillFragment
601 const MCExpr *getSize() const { function in class:llvm::MCSymbolData
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h220 uint64_t getSize() const { return fs_st_size; } function in class:llvm::sys::fs::file_status
228 uint64_t getSize() const { function in class:llvm::sys::fs::file_status
545 Result = Status.getSize();
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp195 EmptySize = Layout.getSize();
219 EmptySize = Layout.getSize();
461 ElementOffset += Layout.getSize();
560 ElementOffset += Layout.getSize();
763 CharUnits getSize() const { function in class:__anon1477::ItaniumRecordLayoutBuilder
976 setSize(getSize().alignTo(BaseAlign));
977 setDataSize(getSize());
1026 setSize(getSize() + PtrWidth);
1027 setDataSize(getSize());
1183 setSize(std::max(getSize(), Layou
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp399 int getSize (void) const { return (int)m_data.size(); } function in class:sglr::rc::DataBuffer
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp241 int getSize (void) const { return m_gridSize; } function in class:deqp::gles3::Functional::__anon5224::PosTexCoordQuadGrid
413 return IVec2(ref.getSize(), ref.getSize());
431 const int gridSize = grid.getSize();
462 const int gridSize = grid.getSize();
966 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize());
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h1472 SPIRVValue *getSize() { return getValue(Size); } function in class:SPIRV::SPIRVCopyMemorySized

Completed in 2850 milliseconds

1234567891011>>