Searched full:outputvectormasks (Results 1 – 11 of 11) sorted by relevance
223 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()
157 PSV.OutputVectorMasks); in mapping() 158 IO.mapRequired("OutputVectorMasks", MutableOutMasks); in mapping()
132 OutputVectorMasks:171 # CHECK: OutputVectorMasks:
130 OutputVectorMasks:165 # CHECK: OutputVectorMasks:
149 OutputVectorMasks:189 # CHECK: OutputVectorMasks:
67 std::array<SmallVector<uint32_t>, 4> OutputVectorMasks; member
138 std::array<ViewArray<uint32_t>, 4> OutputVectorMasks; variable204 return OutputVectorMasks[Idx]; in getOutputVectorMasks()
128 NewPart.Info->OutputVectorMasks[I].push_back(Mask); in dumpDXContainer()
119 std::array<MaskVector, 4> OutputVectorMasks;118 std::array<MaskVector, 4> OutputVectorMasks; global() member
136 for (const auto &MaskVector : OutputVectorMasks) in write()
389 OutputVectorMasks[I].Data = Data.substr(Current - Data.begin(), NumBytes); in parse()