Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp222 static_assert(PSV.OutputVectorMasks.size() == PSV.InputOutputMap.size()); in writeParts()
223 for (unsigned I = 0; I < PSV.OutputVectorMasks.size(); ++I) { in writeParts()
224 PSV.OutputVectorMasks[I].insert(PSV.OutputVectorMasks[I].begin(), in writeParts()
225 P.Info->OutputVectorMasks[I].begin(), in writeParts()
226 P.Info->OutputVectorMasks[I].end()); in writeParts()
H A DDXContainerYAML.cpp146 PSV.OutputVectorMasks); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h62 std::array<SmallVector<uint32_t>, 4> OutputVectorMasks; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h137 std::array<ViewArray<uint32_t>, 4> OutputVectorMasks; variable
196 return OutputVectorMasks[Idx]; in getOutputVectorMasks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h118 std::array<MaskVector, 4> OutputVectorMasks; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp151 for (const auto &MaskVector : OutputVectorMasks) in write()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp381 OutputVectorMasks[I].Data = Data.substr(Current - Data.begin(), NumBytes); in parse()