LLVM 20.0.0git
|
Namespaces | |
namespace | PointerTypeAnalysis |
An analysis to compute the PointerTypes for pointers in a Module . | |
Classes | |
class | BitcodeWriter |
class | CBufferDataLayout |
class | CBufferExtType |
The dx.CBuffer target extension type. More... | |
struct | ComputedShaderFlags |
class | ConstantBuffer |
class | DXILBitcodeWriter |
class | DXILOpBuilder |
struct | EntryProperties |
class | FeedbackTextureExtType |
The dx.FeedbackTexture target extension type. More... | |
class | LegacyCBufferLayout |
struct | ModuleMetadataInfo |
struct | ModuleShaderFlags |
class | MSTextureExtType |
The dx.MSTexture target extension type. More... | |
class | RawBufferExtType |
The dx.RawBuffer target extension type. More... | |
class | ResourceBase |
class | ResourceBindingInfo |
class | Resources |
class | ResourceTable |
class | ResourceTypeInfo |
class | SamplerExtType |
The dx.Sampler target extension type. More... | |
class | ShaderFlagsAnalysis |
class | ShaderFlagsAnalysisPrinter |
Printer pass for ShaderFlagsAnalysis results. More... | |
class | ShaderFlagsAnalysisWrapper |
Wrapper pass for the legacy pass manager. More... | |
class | TextureExtType |
The dx.Texture target extension type. More... | |
class | TypedBufferExtType |
The dx.TypedBuffer target extension type. More... | |
class | UAVResource |
class | ValueEnumerator |
Typedefs | |
using | PointerTypeMap = DenseMap< const Value *, Type * > |
Functions | |
static Error | makeOpError (dxil::OpCode OpCode, Twine Msg) |
void | WriteDXILToFile (const Module &M, raw_ostream &Out) |
Write the specified module to the specified raw output stream. | |
Variables | |
const unsigned | MinWaveSize = 4 |
const unsigned | MaxWaveSize = 128 |
using llvm::dxil::PointerTypeMap = typedef DenseMap<const Value *, Type *> |
Definition at line 26 of file PointerTypeAnalysis.h.
|
strong |
|
strong |
Enumerator | |
---|---|
LastPlusOne |
Definition at line 59 of file DXILBitcodeWriter.cpp.
|
strong |
Enumerator | |
---|---|
DXIL_OPCODE |
Definition at line 18 of file DXILConstants.h.
|
strong |
Enumerator | |
---|---|
DXIL_OPCLASS |
Definition at line 23 of file DXILConstants.h.
|
strong |
Enumerator | |
---|---|
DXIL_OP_PARAM_TYPE |
Definition at line 28 of file DXILConstants.h.
|
strong |
|
strong |
The kind of resource for an SRV or UAV resource.
Sometimes referred to as "Shape" in the DXIL docs.
|
strong |
|
strong |
|
static |
Definition at line 390 of file DXILOpBuilder.cpp.
References llvm::inconvertibleErrorCode().
Referenced by llvm::dxil::DXILOpBuilder::tryCreateOp().
void llvm::dxil::WriteDXILToFile | ( | const Module & | M, |
raw_ostream & | Out | ||
) |
Write the specified module to the specified raw output stream.
Write the specified module to the specified output stream.
For streams where it matters, the given stream should be in "binary" mode.
Definition at line 386 of file DXILBitcodeWriter.cpp.
References llvm::SmallVectorTemplateCommon< T, typename >::begin(), llvm::BWH_HeaderSize, llvm::SmallVectorBase< Size_T >::empty(), llvm::SmallVectorTemplateCommon< T, typename >::front(), llvm::SmallVectorImpl< T >::insert(), llvm::SmallVectorImpl< T >::reserve(), llvm::SmallVectorBase< Size_T >::size(), llvm::raw_ostream::write(), and llvm::dxil::BitcodeWriter::writeModule().