Searched refs:ByteSpan (Results 1 – 3 of 3) sorted by relevance
39 using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>; variable108 static optional<Block *> init(ByteSpan region);179 LIBC_INLINE ByteSpan region() { in region()326 LIBC_INLINE static Block *as_block(ByteSpan bytes) { in as_block()368 optional<Block *> Block::init(ByteSpan region) { in init()456 ByteSpan new_region = region().subspan(new_outer_size); in split()
247 struct ByteSpan { struct in __anoncba317990111::AlignVectors285 ByteSpan section(int Start, int Length) const;286 ByteSpan &shift(int Offset);349 void realignLoadGroup(IRBuilderBase &Builder, const ByteSpan &VSpan,351 void realignStoreGroup(IRBuilderBase &Builder, const ByteSpan &VSpan,360 friend raw_ostream &operator<<(raw_ostream &OS, const ByteSpan::Block &B);361 friend raw_ostream &operator<<(raw_ostream &OS, const ByteSpan &BS);399 const AlignVectors::ByteSpan::Block &B) { in operator <<()412 raw_ostream &operator<<(raw_ostream &OS, const AlignVectors::ByteSpan &BS) { in operator <<()414 for (const AlignVectors::ByteSpan::Block &B : BS) in operator <<()[all …]
182 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() 190 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk() 183 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; readLongestContiguousChunk() local