Home
last modified time | relevance | path

Searched full:patchorprimmasks (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp233 PSV.PatchOrPrimMasks.insert(PSV.PatchOrPrimMasks.begin(), in writeParts()
234 P.Info->PatchOrPrimMasks.begin(), in writeParts()
235 P.Info->PatchOrPrimMasks.end()); in writeParts()
H A DDXContainerYAML.cpp160 IO.mapRequired("PatchOrPrimMasks", PSV.PatchOrPrimMasks); in mapping()
/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DHullMaskVectors.yaml137 PatchOrPrimMasks: [ 0x800080 ]
176 # CHECK-NEXT: PatchOrPrimMasks: [ 0x800080 ]
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h68 SmallVector<uint32_t> PatchOrPrimMasks; member
/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h139 ViewArray<uint32_t> PatchOrPrimMasks; variable
207 ViewArray<uint32_t> getPatchOrPrimMasks() const { return PatchOrPrimMasks; } in getPatchOrPrimMasks()
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp130 NewPart.Info->PatchOrPrimMasks.push_back(Mask); in dumpDXContainer()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h120 MaskVector PatchOrPrimMasks;
119 MaskVector PatchOrPrimMasks; global() member
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp139 support::endian::write_array(OS, ArrayRef<uint32_t>(PatchOrPrimMasks), in write()
/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp396 PatchOrPrimMasks.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()