Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp182 struct ByteSpan { struct in __anonf8b19ccd0111::AlignVectors
204 ByteSpan &shift(int Offset);
342 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()
343 ByteSpan Section; in section()
344 for (const ByteSpan::Block &B : Blocks) { in section()
356 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()
767 ByteSpan VSpan; in realignGroup()
786 ByteSpan ASpan; in realignGroup()
810 for (ByteSpan::Block &B : VSpan) { in realignGroup()
813 for (ByteSpan::Block &S : ASection) { in realignGroup()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local
192 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()