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 DDXIL.td1 //- DXIL.td - Describe DXIL operation -------------------------*- tablegen -*-//
10 /// This is a target description file for DXIL operations.
18 // Following is a set of DXIL Operation classes whose names appear to be
20 // lowering to DXIL Operation calls. These class name strings are specified
215 // Several of the overloaded DXIL Operations support for data types
218 // maps for lowering to DXIL Op Sin. However, valid overloads of DXIL Sin
221 // The following abstracts overload types specific to DXIL operations.
230 // DXIL Operations.
237 // Abstraction DXIL Operation to LLVM intrinsic
239 int OpCode = 0; // Opcode of DXIL Operation
[all …]
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)>;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp130 case dxbc::PartType::DXIL: { in writeParts()
152 Header.Bitcode.Size = P.Program->DXIL ? P.Program->DXIL->size() : 0; in writeParts()
164 if (P.Program->DXIL) { in writeParts()
169 OS.write(reinterpret_cast<char *>(P.Program->DXIL->data()), in writeParts()
170 P.Program->DXIL->size()); in writeParts()
H A DDXContainerYAML.cpp113 IO.mapOptional("DXIL", Program.DXIL); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def3 CONTAINER_PART(DXIL)
16 // SHADER_FEATURE_FLAG(bit offset for the shader info flag, bit offset for DXIL module flag, name, …
57 // Only save DXIL module flags which not map to feature flags here.
/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()
166 case dxbc::PartType::DXIL: in parsePartOffsets()
202 if (!DXIL) in parsePartOffsets()
205 if (Error Err = PSVInfo->parse(DXIL->first.ShaderKind)) in parsePartOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h286 std::optional<DXILData> DXIL; variable
377 const std::optional<DXILData> &getDXIL() const { return DXIL; } in getDXIL()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h56 std::optional<std::vector<llvm::yaml::Hex8>> DXIL; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td774 "dxv not found; resulting DXIL will not be validated or signed for use in "
H A DDiagnosticGroups.td1544 // Warnings for DXIL validation
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8802 "Default: DXIL.dll version or current internal version">,
8837 HelpText<"DXIL validator installation path">;