MLIR  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | List of all members
mlir::FlatSymbolRefAttr Class Reference

A symbol reference with a reference path containing a single element. More...

#include "mlir/IR/BuiltinAttributes.h"

+ Inheritance diagram for mlir::FlatSymbolRefAttr:

Public Types

using ValueType = StringRef
 

Public Member Functions

StringAttr getAttr () const
 Returns the name of the held symbol reference as a StringAttr. More...
 
StringRef getValue () const
 Returns the name of the held symbol reference. More...
 

Static Public Member Functions

static FlatSymbolRefAttr get (StringAttr value)
 Construct a symbol reference for the given value name. More...
 
static FlatSymbolRefAttr get (MLIRContext *ctx, StringRef value)
 
static FlatSymbolRefAttr get (Operation *symbol)
 Convenience getter for building a SymbolRefAttr based on an operation that implements the SymbolTrait. More...
 
static bool classof (Attribute attr)
 Methods for support type inquiry through isa, cast, and dyn_cast. More...
 

Detailed Description

A symbol reference with a reference path containing a single element.

This is used to refer to an operation within the current symbol table.

Definition at line 869 of file BuiltinAttributes.h.

Member Typedef Documentation

◆ ValueType

Definition at line 872 of file BuiltinAttributes.h.

Member Function Documentation

◆ classof()

static bool mlir::FlatSymbolRefAttr::classof ( Attribute  attr)
inlinestatic

Methods for support type inquiry through isa, cast, and dyn_cast.

Definition at line 895 of file BuiltinAttributes.h.

◆ get() [1/3]

static FlatSymbolRefAttr mlir::FlatSymbolRefAttr::get ( MLIRContext ctx,
StringRef  value 
)
inlinestatic

Definition at line 878 of file BuiltinAttributes.h.

References mlir::get().

◆ get() [2/3]

static FlatSymbolRefAttr mlir::FlatSymbolRefAttr::get ( Operation symbol)
inlinestatic

Convenience getter for building a SymbolRefAttr based on an operation that implements the SymbolTrait.

Definition at line 884 of file BuiltinAttributes.h.

References mlir::get().

◆ get() [3/3]

static FlatSymbolRefAttr mlir::FlatSymbolRefAttr::get ( StringAttr  value)
inlinestatic

Construct a symbol reference for the given value name.

Definition at line 875 of file BuiltinAttributes.h.

References mlir::get().

Referenced by collectValidReferencesFor(), mlirFlatSymbolRefAttrGet(), and replaceAllSymbolUsesImpl().

◆ getAttr()

StringAttr mlir::FlatSymbolRefAttr::getAttr ( ) const
inline

Returns the name of the held symbol reference as a StringAttr.

Definition at line 889 of file BuiltinAttributes.h.

Referenced by mlir::LockedSymbolTableCollection::lookupSymbolIn().

◆ getValue()

StringRef mlir::FlatSymbolRefAttr::getValue ( ) const
inline

Returns the name of the held symbol reference.

Definition at line 892 of file BuiltinAttributes.h.


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