Home
last modified time | relevance | path

Searched refs:DXIL (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILStubs.td1 // DXIL doesn't actually use registers, but this gets the boilerplate code
4 def DXIL : Register<"dxil">;
5 def DXILClass : RegisterClass<"dxil", [i32], 32, (add DXIL)>;
H A DDXIL.td1 //- DXIL.td - Describe DXIL operation -------------------------*- tablegen -*-//
10 /// This is a target description file for DXIL operations.
22 // Valid DXIL Version records
249 // It is never used to construct the name of DXIL Op call name.
274 // Denote DXIL Op to be supported in all stages
276 // Denote support for DXIL Op to have been removed
279 // DXIL Op attributes
282 // attribute that will be set when building the DXIL op. The mapping is defined
344 // Using IntrinArgIndex<>, arguments of the intrinsic can be copied to the DXIL
370 // Abstraction DXIL Operation
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp131 case dxbc::PartType::DXIL: { in writeParts()
153 Header.Bitcode.Size = P.Program->DXIL ? P.Program->DXIL->size() : 0; in writeParts()
165 if (P.Program->DXIL) { in writeParts()
170 OS.write(reinterpret_cast<char *>(P.Program->DXIL->data()), in writeParts()
171 P.Program->DXIL->size()); in writeParts()
H A DDXContainerYAML.cpp297 IO.mapOptional("DXIL", Program.DXIL); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp64 if (DXIL) in parseDXILHeader()
71 DXIL.emplace(std::make_pair(Header, Current)); in parseDXILHeader()
175 case dxbc::PartType::DXIL: in parsePartOffsets()
215 if (!DXIL) in parsePartOffsets()
218 if (Error Err = PSVInfo->parse(DXIL->first.ShaderKind)) in parsePartOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def3 CONTAINER_PART(DXIL)
17 // SHADER_FEATURE_FLAG(bit offset for the shader info flag, bit offset for DXIL module flag, name, …
226 // Only save DXIL module flags which not map to feature flags here.
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h469 std::optional<DXILData> DXIL; variable
562 const std::optional<DXILData> &getDXIL() const { return DXIL; } in getDXIL()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h57 std::optional<std::vector<llvm::yaml::Hex8>> DXIL; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td805 "dxv not found; resulting DXIL will not be validated or signed for use in "
H A DDiagnosticGroups.td1723 // Warnings for DXIL validation
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td9358 "Default: DXIL.dll version or current internal version">,
9412 HelpText<"DXIL validator installation path">;