Home
last modified time | relevance | path

Searched refs:SystemValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h94 dxbc::D3DSystemValue SystemValue; member
106 dxbc::D3DSystemValue SystemValue, in addParam() argument
110 Params.push_back(Parameter{Stream, Name, Index, SystemValue, CompType, in addParam()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp183 FinalElement.SystemValue = P.SystemValue; in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h466 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind. member
485 sys::swapByteOrder(SystemValue); in swapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h136 dxbc::D3DSystemValue SystemValue; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp253 Sig.addParam(Param.Stream, Param.Name, Param.Index, Param.SystemValue, in writeParts()
H A DDXContainerYAML.cpp167 IO.mapRequired("SystemValue", S.SystemValue); in mapping()