MLIR 22.0.0git
mlir::impl::GpuROCDLAttachTargetBase< DerivedT > Class Template Reference
Inheritance diagram for mlir::impl::GpuROCDLAttachTargetBase< DerivedT >:

Public Types

using Base = GpuROCDLAttachTargetBase

Public Member Functions

 GpuROCDLAttachTargetBase ()
 GpuROCDLAttachTargetBase (const GpuROCDLAttachTargetBase &other)
GpuROCDLAttachTargetBaseoperator= (const GpuROCDLAttachTargetBase &)=delete
 GpuROCDLAttachTargetBase (GpuROCDLAttachTargetBase &&)=delete
GpuROCDLAttachTargetBaseoperator= (GpuROCDLAttachTargetBase &&)=delete
 ~GpuROCDLAttachTargetBase ()=default
::llvm::StringRef getArgument () const override
 Return the command line argument used when registering this pass.
::llvm::StringRef getDescription () const override
 Return the command line description used when registering this pass.
::llvm::StringRef getName () const override
 Returns the derived pass name.
std::unique_ptr<::mlir::PassclonePass () const override
 A clone method to create a copy of this pass.
void getDependentDialects (::mlir::DialectRegistry &registry) const override
 Return the dialect that must be loaded in the context before this pass.
 GpuROCDLAttachTargetBase (GpuROCDLAttachTargetOptions options)
 Explicitly declare the TypeID for this class.
Public Member Functions inherited from mlir::OperationPass< OpT >
 ~OperationPass () override=default
Public Member Functions inherited from mlir::Pass
virtual ~Pass ()=default
TypeID getTypeID () const
 Returns the unique identifier that corresponds to this pass.
const PassInfolookupPassInfo () const
 Returns the pass info for this pass, or null if unknown.
virtual void getDependentDialects (DialectRegistry &registry) const
 Register dependent dialects for the current pass.
std::optional< StringRef > getOpName () const
 Returns the name of the operation that this pass operates on, or std::nullopt if this is a generic OperationPass.
virtual LogicalResult initializeOptions (StringRef options, function_ref< LogicalResult(const Twine &)> errorHandler)
 Attempt to initialize the options of this pass from the given string.
void printAsTextualPipeline (raw_ostream &os, bool pretty=false)
 Prints out the pass in the textual representation of pipelines.
ArrayRef< Statistic * > getStatistics () const
 Returns the main statistics for this pass instance.
MutableArrayRef< Statistic * > getStatistics ()
const PassgetThreadingSibling () const
 Returns the thread sibling of this pass.
const PassgetThreadingSiblingOrThis () const
 Returns the thread sibling of this pass, or the pass itself it has no sibling.

Static Public Member Functions

static constexpr ::llvm::StringLiteral getArgumentName ()
 Returns the command-line argument attached to this pass.
static constexpr ::llvm::StringLiteral getPassName ()
 Returns the derived pass name.
static bool classof (const ::mlir::Pass *pass)
 Support isa/dyn_cast functionality for the derived pass class.

Protected Attributes

::mlir::Pass::Option< std::string > moduleMatcher {*this, "module", ::llvm::cl::desc(R"PO(Regex used to identify the modules to attach the target to.)PO"), ::llvm::cl::init("")}
::mlir::Pass::Option< std::string > triple {*this, "triple", ::llvm::cl::desc(R"PO(Target triple.)PO"), ::llvm::cl::init("amdgcn-amd-amdhsa")}
::mlir::Pass::Option< std::string > chip {*this, "chip", ::llvm::cl::desc(R"PO(Target chip.)PO"), ::llvm::cl::init("gfx900")}
::mlir::Pass::Option< std::string > features {*this, "features", ::llvm::cl::desc(R"PO(Target features.)PO"), ::llvm::cl::init("")}
::mlir::Pass::Option< std::string > abiVersion {*this, "abi", ::llvm::cl::desc(R"PO(ABI version.)PO"), ::llvm::cl::init("600")}
::mlir::Pass::Option< unsignedoptLevel {*this, "O", ::llvm::cl::desc(R"PO(Optimization level.)PO"), ::llvm::cl::init(2)}
::mlir::Pass::Option< boolwave64Flag {*this, "wave64", ::llvm::cl::desc(R"PO(Use Wave64 mode.)PO"), ::llvm::cl::init(true)}
::mlir::Pass::Option< boolfastFlag {*this, "fast", ::llvm::cl::desc(R"PO(Enable fast relaxed math opt.)PO"), ::llvm::cl::init(false)}
::mlir::Pass::Option< booldazFlag {*this, "daz", ::llvm::cl::desc(R"PO(Enable denormals are zero opt.)PO"), ::llvm::cl::init(false)}
::mlir::Pass::Option< boolfiniteOnlyFlag {*this, "finite-only", ::llvm::cl::desc(R"PO(Enable finite only opt.)PO"), ::llvm::cl::init(false)}
::mlir::Pass::Option< boolunsafeMathFlag {*this, "unsafe-math", ::llvm::cl::desc(R"PO(Enable unsafe math opt.)PO"), ::llvm::cl::init(false)}
::mlir::Pass::Option< boolcorrectSqrtFlag {*this, "correct-sqrt", ::llvm::cl::desc(R"PO(Enable correct rounded sqrt.)PO"), ::llvm::cl::init(true)}
::mlir::Pass::ListOption< std::string > linkLibs {*this, "l", ::llvm::cl::desc(R"PO(Extra bitcode libraries paths to link to.)PO")}

Friends

std::unique_ptr<::mlir::PasscreateGpuROCDLAttachTarget ()
std::unique_ptr<::mlir::PasscreateGpuROCDLAttachTarget (GpuROCDLAttachTargetOptions options)

Additional Inherited Members

Protected Member Functions inherited from mlir::OperationPass< OpT >
 OperationPass (TypeID passID)
 OperationPass (const OperationPass &)=default
OperationPassoperator= (const OperationPass &)=delete
 OperationPass (OperationPass &&)=delete
OperationPassoperator= (OperationPass &&)=delete
bool canScheduleOn (RegisteredOperationName opName) const final
 Indicate if the current pass can be scheduled on the given operation type.
OpT getOperation ()
 Return the current operation being transformed.
template<typename AnalysisT>
AnalysisT & getAnalysis ()
 Query an analysis for the current operation of the specific derived operation type.
Protected Member Functions inherited from mlir::Pass
 Pass (TypeID passID, std::optional< StringRef > opName=std::nullopt)
 Pass (const Pass &other)
Passoperator= (const Pass &)=delete
 Pass (Pass &&)=delete
Passoperator= (Pass &&)=delete
detail::PassExecutionStategetPassState ()
 Returns the current pass state.
MLIRContextgetContext ()
 Return the MLIR context for the current operation being transformed.
virtual void runOnOperation ()=0
 The polymorphic API that runs the pass over the currently held operation.
virtual LogicalResult initialize (MLIRContext *context)
 Initialize any complex state necessary for running this pass.
LogicalResult runPipeline (OpPassManager &pipeline, Operation *op)
 Schedule an arbitrary pass pipeline on the provided operation.
std::unique_ptr< Passclone () const
 A clone method to create a copy of this pass.
OperationgetOperation ()
 Return the current operation being transformed.
void signalPassFailure ()
 Signal that some invariant was broken when running.
template<typename AnalysisT>
AnalysisT & getAnalysis ()
 Query an analysis for the current ir unit.
template<typename AnalysisT, typename OpT>
AnalysisT & getAnalysis ()
 Query an analysis for the current ir unit of a specific derived operation type.
template<typename AnalysisT>
std::optional< std::reference_wrapper< AnalysisT > > getCachedAnalysis ()
 Query a cached instance of an analysis for the current ir unit if one exists.
void markAllAnalysesPreserved ()
 Mark all analyses as preserved.
template<typename... AnalysesT>
void markAnalysesPreserved ()
 Mark the provided analyses as preserved.
void markAnalysesPreserved (TypeID id)
template<typename AnalysisT>
std::optional< std::reference_wrapper< AnalysisT > > getCachedParentAnalysis (Operation *parent)
 Returns the analysis for the given parent operation if it exists.
template<typename AnalysisT>
std::optional< std::reference_wrapper< AnalysisT > > getCachedParentAnalysis ()
 Returns the analysis for the parent operation if it exists.
template<typename AnalysisT>
std::optional< std::reference_wrapper< AnalysisT > > getCachedChildAnalysis (Operation *child)
 Returns the analysis for the given child operation if it exists.
template<typename AnalysisT>
AnalysisT & getChildAnalysis (Operation *child)
 Returns the analysis for the given child operation, or creates it if it doesn't exist.
template<typename AnalysisT, typename OpTy>
AnalysisT & getChildAnalysis (OpTy child)
 Returns the analysis for the given child operation of specific derived operation type, or creates it if it doesn't exist.
AnalysisManager getAnalysisManager ()
 Returns the current analysis manager.
void copyOptionValuesFrom (const Pass *other)
 Copy the option values from 'other', which is another instance of this pass.
Static Protected Member Functions inherited from mlir::OperationPass< OpT >
static bool classof (const Pass *pass)
 Support isa/dyn_cast functionality.

Detailed Description

template<typename DerivedT>
class mlir::impl::GpuROCDLAttachTargetBase< DerivedT >

Definition at line 776 of file ROCDLAttachTarget.cpp.

Member Typedef Documentation

◆ Base

template<typename DerivedT>
using mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::Base = GpuROCDLAttachTargetBase

Definition at line 778 of file ROCDLAttachTarget.cpp.

Constructor & Destructor Documentation

◆ GpuROCDLAttachTargetBase() [1/4]

template<typename DerivedT>
mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::GpuROCDLAttachTargetBase ( )
inline

Definition at line 780 of file ROCDLAttachTarget.cpp.

◆ GpuROCDLAttachTargetBase() [2/4]

template<typename DerivedT>
mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::GpuROCDLAttachTargetBase ( const GpuROCDLAttachTargetBase< DerivedT > & other)
inline

Definition at line 781 of file ROCDLAttachTarget.cpp.

◆ GpuROCDLAttachTargetBase() [3/4]

template<typename DerivedT>
mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::GpuROCDLAttachTargetBase ( GpuROCDLAttachTargetBase< DerivedT > && )
delete

◆ ~GpuROCDLAttachTargetBase()

template<typename DerivedT>
mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::~GpuROCDLAttachTargetBase ( )
default

◆ GpuROCDLAttachTargetBase() [4/4]

template<typename DerivedT>
mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::GpuROCDLAttachTargetBase ( GpuROCDLAttachTargetOptions options)
inline

Explicitly declare the TypeID for this class.

We declare an explicit private instantiation because Pass classes should only be visible by the current library.

Definition at line 821 of file ROCDLAttachTarget.cpp.

Member Function Documentation

◆ classof()

template<typename DerivedT>
bool mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::classof ( const ::mlir::Pass * pass)
inlinestatic

Support isa/dyn_cast functionality for the derived pass class.

Definition at line 802 of file ROCDLAttachTarget.cpp.

◆ clonePass()

template<typename DerivedT>
std::unique_ptr<::mlir::Pass > mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::clonePass ( ) const
inlineoverridevirtual

A clone method to create a copy of this pass.

Implements mlir::Pass.

Definition at line 807 of file ROCDLAttachTarget.cpp.

◆ getArgument()

template<typename DerivedT>
::llvm::StringRef mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::getArgument ( ) const
inlineoverridevirtual

Return the command line argument used when registering this pass.

Return an empty string if one does not exist.

Reimplemented from mlir::Pass.

Definition at line 791 of file ROCDLAttachTarget.cpp.

◆ getArgumentName()

template<typename DerivedT>
constexpr ::llvm::StringLiteral mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::getArgumentName ( )
inlinestatic

Returns the command-line argument attached to this pass.

Definition at line 788 of file ROCDLAttachTarget.cpp.

◆ getDependentDialects()

template<typename DerivedT>
void mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::getDependentDialects ( ::mlir::DialectRegistry & registry) const
inlineoverride

Return the dialect that must be loaded in the context before this pass.

Definition at line 812 of file ROCDLAttachTarget.cpp.

◆ getDescription()

template<typename DerivedT>
::llvm::StringRef mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::getDescription ( ) const
inlineoverridevirtual

Return the command line description used when registering this pass.

Return an empty string if one does not exist.

Reimplemented from mlir::Pass.

Definition at line 793 of file ROCDLAttachTarget.cpp.

◆ getName()

template<typename DerivedT>
::llvm::StringRef mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::getName ( ) const
inlineoverridevirtual

Returns the derived pass name.

Implements mlir::Pass.

Definition at line 799 of file ROCDLAttachTarget.cpp.

◆ getPassName()

template<typename DerivedT>
constexpr ::llvm::StringLiteral mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::getPassName ( )
inlinestatic

Returns the derived pass name.

Definition at line 796 of file ROCDLAttachTarget.cpp.

◆ operator=() [1/2]

template<typename DerivedT>
GpuROCDLAttachTargetBase & mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::operator= ( const GpuROCDLAttachTargetBase< DerivedT > & )
delete

◆ operator=() [2/2]

template<typename DerivedT>
GpuROCDLAttachTargetBase & mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::operator= ( GpuROCDLAttachTargetBase< DerivedT > && )
delete

◆ createGpuROCDLAttachTarget [1/2]

template<typename DerivedT>
std::unique_ptr<::mlir::Pass > createGpuROCDLAttachTarget ( )
friend

Definition at line 852 of file ROCDLAttachTarget.cpp.

◆ createGpuROCDLAttachTarget [2/2]

template<typename DerivedT>
std::unique_ptr<::mlir::Pass > createGpuROCDLAttachTarget ( GpuROCDLAttachTargetOptions options)
friend

Definition at line 856 of file ROCDLAttachTarget.cpp.

Member Data Documentation

◆ abiVersion

template<typename DerivedT>
::mlir::Pass::Option<std::string> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::abiVersion {*this, "abi", ::llvm::cl::desc(R"PO(ABI version.)PO"), ::llvm::cl::init("600")}
protected

Definition at line 841 of file ROCDLAttachTarget.cpp.

◆ chip

template<typename DerivedT>
::mlir::Pass::Option<std::string> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::chip {*this, "chip", ::llvm::cl::desc(R"PO(Target chip.)PO"), ::llvm::cl::init("gfx900")}
protected

Definition at line 839 of file ROCDLAttachTarget.cpp.

◆ correctSqrtFlag

template<typename DerivedT>
::mlir::Pass::Option<bool> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::correctSqrtFlag {*this, "correct-sqrt", ::llvm::cl::desc(R"PO(Enable correct rounded sqrt.)PO"), ::llvm::cl::init(true)}
protected

Definition at line 848 of file ROCDLAttachTarget.cpp.

◆ dazFlag

template<typename DerivedT>
::mlir::Pass::Option<bool> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::dazFlag {*this, "daz", ::llvm::cl::desc(R"PO(Enable denormals are zero opt.)PO"), ::llvm::cl::init(false)}
protected

Definition at line 845 of file ROCDLAttachTarget.cpp.

◆ fastFlag

template<typename DerivedT>
::mlir::Pass::Option<bool> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::fastFlag {*this, "fast", ::llvm::cl::desc(R"PO(Enable fast relaxed math opt.)PO"), ::llvm::cl::init(false)}
protected

Definition at line 844 of file ROCDLAttachTarget.cpp.

◆ features

template<typename DerivedT>
::mlir::Pass::Option<std::string> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::features {*this, "features", ::llvm::cl::desc(R"PO(Target features.)PO"), ::llvm::cl::init("")}
protected

Definition at line 840 of file ROCDLAttachTarget.cpp.

◆ finiteOnlyFlag

template<typename DerivedT>
::mlir::Pass::Option<bool> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::finiteOnlyFlag {*this, "finite-only", ::llvm::cl::desc(R"PO(Enable finite only opt.)PO"), ::llvm::cl::init(false)}
protected

Definition at line 846 of file ROCDLAttachTarget.cpp.

◆ linkLibs

template<typename DerivedT>
::mlir::Pass::ListOption<std::string> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::linkLibs {*this, "l", ::llvm::cl::desc(R"PO(Extra bitcode libraries paths to link to.)PO")}
protected

Definition at line 849 of file ROCDLAttachTarget.cpp.

◆ moduleMatcher

template<typename DerivedT>
::mlir::Pass::Option<std::string> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::moduleMatcher {*this, "module", ::llvm::cl::desc(R"PO(Regex used to identify the modules to attach the target to.)PO"), ::llvm::cl::init("")}
protected

Definition at line 837 of file ROCDLAttachTarget.cpp.

◆ optLevel

template<typename DerivedT>
::mlir::Pass::Option<unsigned> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::optLevel {*this, "O", ::llvm::cl::desc(R"PO(Optimization level.)PO"), ::llvm::cl::init(2)}
protected

Definition at line 842 of file ROCDLAttachTarget.cpp.

◆ triple

template<typename DerivedT>
::mlir::Pass::Option<std::string> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::triple {*this, "triple", ::llvm::cl::desc(R"PO(Target triple.)PO"), ::llvm::cl::init("amdgcn-amd-amdhsa")}
protected

Definition at line 838 of file ROCDLAttachTarget.cpp.

◆ unsafeMathFlag

template<typename DerivedT>
::mlir::Pass::Option<bool> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::unsafeMathFlag {*this, "unsafe-math", ::llvm::cl::desc(R"PO(Enable unsafe math opt.)PO"), ::llvm::cl::init(false)}
protected

Definition at line 847 of file ROCDLAttachTarget.cpp.

◆ wave64Flag

template<typename DerivedT>
::mlir::Pass::Option<bool> mlir::impl::GpuROCDLAttachTargetBase< DerivedT >::wave64Flag {*this, "wave64", ::llvm::cl::desc(R"PO(Use Wave64 mode.)PO"), ::llvm::cl::init(true)}
protected

Definition at line 843 of file ROCDLAttachTarget.cpp.


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