Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp762 ByteSpan VSpan; in realignGroup() local
764 VSpan.Blocks.emplace_back(AI.Inst, HVC.getSizeOf(AI.ValTy), in realignGroup()
777 int NumSectors = (VSpan.extent() + ScLen - 1) / ScLen; in realignGroup()
794 VSpan.section(Start, Width).values()); in realignGroup()
805 for (ByteSpan::Block &B : VSpan) { in realignGroup()
844 ByteSpan VSection = VSpan.section(i * ScLen, ScLen).shift(-i * ScLen); in realignGroup()
882 VSpan.section(Start, Width).values()); in realignGroup()