Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h68 SmallVector<uint32_t> PatchOrPrimMasks; member
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h119 MaskVector PatchOrPrimMasks; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp139 support::endian::write_array(OS, ArrayRef<uint32_t>(PatchOrPrimMasks), in write()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp396 PatchOrPrimMasks.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()