Home
last modified time | relevance | path

Searched refs:ByteSpan (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp183 struct ByteSpan { struct in __anon2c83e0c90111::AlignVectors
207 ByteSpan &shift(int Offset);
345 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()
346 ByteSpan Section; in section()
347 for (const ByteSpan::Block &B : Blocks) { in section()
359 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()
769 ByteSpan VSpan; in realignGroup()
788 ByteSpan ASpan; in realignGroup()
812 for (ByteSpan::Block &B : VSpan) { in realignGroup()
815 for (ByteSpan::Block &S : ASection) { in realignGroup()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp183 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
191 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()