Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp246 struct ByteSpan { struct in __anond9b55a8f0111::AlignVectors
285 ByteSpan &shift(int Offset);
588 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()
589 ByteSpan Section; in section()
602 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()
1109 ByteSpan ASpan; in realignLoadGroup()
1279 [&](const ByteSpan::Block *A, const ByteSpan::Block *B) { in realignLoadGroup()
1283 for (ByteSpan::Block *S : ABlocks) { in realignLoadGroup()
1317 ByteSpan ASpanV, ASpanM; in realignStoreGroup()
1334 ByteSpan VSection = in realignStoreGroup()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp182 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
190 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()