Home
last modified time | relevance | path

Searched full:inputpatchmap (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DPSVv1-hull.yaml45 InputPatchMap: []
90 # CHECK-NEXT: InputPatchMap: [ ]
H A DPSVv3-hull.yaml55 InputPatchMap: []
110 # CHECK-NEXT: InputPatchMap: [ ]
H A DPSVv2-hull.yaml54 InputPatchMap: []
108 # CHECK-NEXT: InputPatchMap: [ ]
H A DHullMaskVectors.yaml143 InputPatchMap: [ 0x880000, 0x8888, 0x800000, 0x880000 ]
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp236 PSV.InputPatchMap.insert(PSV.InputPatchMap.begin(), in writeParts()
237 P.Info->InputPatchMap.begin(), in writeParts()
238 P.Info->InputPatchMap.end()); in writeParts()
H A DDXContainerYAML.cpp167 IO.mapRequired("InputPatchMap", PSV.InputPatchMap); in mapping()
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h70 SmallVector<uint32_t> InputPatchMap; member
/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h141 ViewArray<uint32_t> InputPatchMap; variable
214 ViewArray<uint32_t> getInputPatchMap() const { return InputPatchMap; } in getInputPatchMap()
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp138 NewPart.Info->InputPatchMap.push_back(Mask); in dumpDXContainer()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h122 MaskVector InputPatchMap;
121 MaskVector InputPatchMap; global() member
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp144 support::endian::write_array(OS, ArrayRef<uint32_t>(InputPatchMap), in write()
/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp417 InputPatchMap.Data = Data.substr(Current - Data.begin(), NumBytes); in parse()