Home
last modified time | relevance | path

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

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