Home
last modified time | relevance | path

Searched full:outputvectormasks (Results 1 – 11 of 11) sorted by relevance

/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()
158 IO.mapRequired("OutputVectorMasks", MutableOutMasks); in mapping()
/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DHullMaskVectors.yaml132 OutputVectorMasks:
171 # CHECK: OutputVectorMasks:
H A DGeometryMaskVectors.yaml130 OutputVectorMasks:
165 # CHECK: OutputVectorMasks:
H A DDomainMaskVectors.yaml149 OutputVectorMasks:
189 # CHECK: OutputVectorMasks:
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h67 std::array<SmallVector<uint32_t>, 4> OutputVectorMasks; member
/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h138 std::array<ViewArray<uint32_t>, 4> OutputVectorMasks; variable
204 return OutputVectorMasks[Idx]; in getOutputVectorMasks()
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp128 NewPart.Info->OutputVectorMasks[I].push_back(Mask); in dumpDXContainer()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h119 std::array<MaskVector, 4> OutputVectorMasks;
118 std::array<MaskVector, 4> OutputVectorMasks; global() member
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp136 for (const auto &MaskVector : OutputVectorMasks) in write()
/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp389 OutputVectorMasks[I].Data = Data.substr(Current - Data.begin(), NumBytes); in parse()