Searched refs:SystemValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | DXContainerPSVInfo.h | 93 dxbc::D3DSystemValue SystemValue; member 105 dxbc::D3DSystemValue SystemValue, in addParam() argument 109 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | DXContainerPSVInfo.cpp | 208 FinalElement.SystemValue = P.SystemValue; in write()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 486 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind. member 505 sys::swapByteOrder(SystemValue); in swapBytes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 139 dxbc::D3DSystemValue SystemValue; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerEmitter.cpp | 254 Sig.addParam(Param.Stream, Param.Name, Param.Index, Param.SystemValue, in writeParts()
|
H A D | DXContainerYAML.cpp | 178 IO.mapRequired("SystemValue", S.SystemValue); in mapping()
|