LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::EntryProperties Struct Reference

#include "llvm/Analysis/DXILMetadataAnalysis.h"

Public Member Functions

 EntryProperties (const Function *Fn=nullptr)
 

Public Attributes

const FunctionEntry {nullptr}
 
Triple::EnvironmentType ShaderStage {Triple::UnknownEnvironment}
 
unsigned NumThreadsX {0}
 
unsigned NumThreadsY {0}
 
unsigned NumThreadsZ {0}
 

Detailed Description

Definition at line 23 of file DXILMetadataAnalysis.h.

Constructor & Destructor Documentation

◆ EntryProperties()

llvm::dxil::EntryProperties::EntryProperties ( const Function Fn = nullptr)
inline

Definition at line 31 of file DXILMetadataAnalysis.h.

Member Data Documentation

◆ Entry

const Function* llvm::dxil::EntryProperties::Entry {nullptr}

Definition at line 24 of file DXILMetadataAnalysis.h.

Referenced by emitEntryMD(), getEntryPropAsMetadata(), and translateMetadata().

◆ NumThreadsX

unsigned llvm::dxil::EntryProperties::NumThreadsX {0}

Definition at line 27 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), and getEntryPropAsMetadata().

◆ NumThreadsY

unsigned llvm::dxil::EntryProperties::NumThreadsY {0}

Definition at line 28 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), and getEntryPropAsMetadata().

◆ NumThreadsZ

unsigned llvm::dxil::EntryProperties::NumThreadsZ {0}

Definition at line 29 of file DXILMetadataAnalysis.h.

Referenced by collectMetadataInfo(), and getEntryPropAsMetadata().

◆ ShaderStage

Triple::EnvironmentType llvm::dxil::EntryProperties::ShaderStage {Triple::UnknownEnvironment}

The documentation for this struct was generated from the following file: