Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 25 of 53) sorted by relevance

123

/external/deqp-deps/amber/src/
Dtype.cc79 uint32_t List::SizeInBytes() const { in SizeInBytes() function in amber::type::List
95 uint32_t Struct::SizeInBytes() const { in SizeInBytes() function in amber::type::Struct
Dtype.h154 uint32_t SizeInBytes() const override { return bits_ / 8; } in SizeInBytes() function
178 uint32_t SizeInBytes() const { return num_bits / 8; } in SizeInBytes() function
Dformat.h58 uint32_t SizeInBytes() const { return num_bits_ / 8; } in SizeInBytes() function
Dformat.cc70 uint32_t Format::SizeInBytes() const { in SizeInBytes() function in amber::Format
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_ring_buffer.h41 static uptr SizeInBytes(uptr Size) { in SizeInBytes() function
45 uptr SizeInBytes() { return SizeInBytes(size()); } in SizeInBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in EmitValueForModiferKind()
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in emitValueForModiferKind()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfiling.c36 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/external/compiler-rt/lib/profile/
DInstrProfiling.c32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { in __llvm_profile_get_num_padding_bytes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned()
/external/llvm-project/flang/runtime/
Ddescriptor.cpp99 std::size_t Descriptor::SizeInBytes() const { in SizeInBytes() function in Fortran::runtime::Descriptor
247 std::size_t DescriptorAddendum::SizeInBytes() const { in SizeInBytes() function in Fortran::runtime::DescriptorAddendum
Ddescriptor.h97 static constexpr std::size_t SizeInBytes(int lenParameters) { in SizeInBytes() function
/external/llvm-project/llvm/lib/IR/
DUser.cpp86 intptr_t SizeInBytes; member
/external/llvm/lib/IR/
DUser.cpp94 intptr_t SizeInBytes; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp89 intptr_t SizeInBytes; member
/external/llvm-project/llvm/lib/MC/
DMCExpr.cpp49 auto SizeInBytes = cast<MCConstantExpr>(*this).getSizeInBytes(); in print() local
196 unsigned SizeInBytes) { in create()
/external/llvm-project/llvm/include/llvm/Support/
DAlignment.h148 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1180 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1223 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
1562 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
1601 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h222 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h251 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h298 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfReader.h260 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h299 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/external/llvm-project/llvm/include/llvm/MC/
DMCExpr.h152 static unsigned encodeSubclassData(bool PrintInHex, unsigned SizeInBytes) { in encodeSubclassData()
157 MCConstantExpr(int64_t Value, bool PrintInHex, unsigned SizeInBytes) in MCConstantExpr()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1755 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1800 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
2289 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
2328 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local

123