Home
last modified time | relevance | path

Searched refs:D3DSystemValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h93 dxbc::D3DSystemValue SystemValue;
105 dxbc::D3DSystemValue SystemValue, in addParam()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h457 enum class D3DSystemValue : uint32_t { enum
461 ArrayRef<EnumEntry<D3DSystemValue>> getD3DSystemValues();
486 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h139 dxbc::D3DSystemValue SystemValue;
179 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::dxbc::D3DSystemValue) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp257 void ScalarEnumerationTraits<dxbc::D3DSystemValue>::enumeration( in enumeration()
258 IO &IO, dxbc::D3DSystemValue &Value) { in enumeration()