Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp214 struct ByteSpan { struct in __anon6a8ebb860111::AlignVectors
238 ByteSpan &shift(int Offset);
471 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()
472 ByteSpan Section; in section()
485 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()
823 ByteSpan ASpan; in realignLoadGroup()
883 for (const ByteSpan::Block &B : VSpan) { in realignLoadGroup()
958 for (ByteSpan::Block &S : ASection) { in realignLoadGroup()
991 ByteSpan ASpanV, ASpanM; in realignStoreGroup()
1011 for (ByteSpan::Block &S : VSection) { in realignStoreGroup()
[all …]
/openbsd/gnu/llvm/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()