Home
last modified time | relevance | path

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

/llvm-project/llvm/test/ObjectYAML/DXContainer/
H A DSignatureParts.yaml20 SystemValue: Undefined
33 SystemValue: Position
46 SystemValue: FinalQuadEdgeTessfactor
55 SystemValue: Undefined
64 SystemValue: FinalQuadEdgeTessfactor
73 SystemValue: Undefined
82 SystemValue: FinalQuadEdgeTessfactor
91 SystemValue: Undefined
100 SystemValue: FinalQuadEdgeTessfactor
109 SystemValue: FinalQuadInsideTessfactor
[all …]
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h93 dxbc::D3DSystemValue SystemValue; member
105 dxbc::D3DSystemValue SystemValue, in addParam() argument
109 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp208 FinalElement.SystemValue = P.SystemValue; in write()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h513 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.
532 sys::swapByteOrder(SystemValue);
486 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind. global() member
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp178 IO.mapRequired("SystemValue", S.SystemValue); in mapping()
H A DDXContainerEmitter.cpp254 Sig.addParam(Param.Stream, Param.Name, Param.Index, Param.SystemValue, in writeParts()
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp24 Param.SystemValue, Param.CompType, Param.Register, Param.Mask, in dumpSignature()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h140 dxbc::D3DSystemValue SystemValue;
139 dxbc::D3DSystemValue SystemValue; global() member
/llvm-project/llvm/unittests/Object/
H A DDXContainerTest.cpp712 SystemValue: Undefined in TEST()