My Project
Public Member Functions | Static Public Member Functions | Protected Attributes | Friends | List of all members
mlir::Location Class Reference

#include <Location.h>

Collaboration diagram for mlir::Location:
Collaboration graph
[legend]

Public Member Functions

 Location (LocationAttr loc)
 
 operator LocationAttr () const
 Access the impl location attribute. More...
 
LocationAttroperator-> () const
 
template<typename U >
bool isa () const
 Type casting utilities on the underlying location. More...
 
template<typename U >
dyn_cast () const
 
template<typename U >
cast () const
 
bool operator== (Location rhs) const
 Comparison operators. More...
 
bool operator!= (Location rhs) const
 
void print (raw_ostream &os) const
 Print the location. More...
 
void dump () const
 
const void * getAsOpaquePointer () const
 Methods for supporting PointerLikeTypeTraits. More...
 

Static Public Member Functions

static Location getFromOpaquePointer (const void *pointer)
 

Protected Attributes

LocationAttr impl
 The internal backing location attribute. More...
 

Friends

::llvm::hash_code hash_value (Location arg)
 

Detailed Description

This class defines the main interface for locations in MLIR and acts as a non-nullable wrapper around a LocationAttr.

Constructor & Destructor Documentation

◆ Location()

mlir::Location::Location ( LocationAttr  loc)
inline

Member Function Documentation

◆ cast()

template<typename U >
U mlir::Location::cast ( ) const
inline

◆ dump()

void mlir::Location::dump ( ) const
inline

◆ dyn_cast()

template<typename U >
U mlir::Location::dyn_cast ( ) const
inline

◆ getAsOpaquePointer()

const void* mlir::Location::getAsOpaquePointer ( ) const
inline

Methods for supporting PointerLikeTypeTraits.

◆ getFromOpaquePointer()

static Location mlir::Location::getFromOpaquePointer ( const void *  pointer)
inlinestatic

◆ isa()

template<typename U >
bool mlir::Location::isa ( ) const
inline

Type casting utilities on the underlying location.

◆ operator LocationAttr()

mlir::Location::operator LocationAttr ( ) const
inline

Access the impl location attribute.

◆ operator!=()

bool mlir::Location::operator!= ( Location  rhs) const
inline

◆ operator->()

LocationAttr* mlir::Location::operator-> ( ) const
inline

◆ operator==()

bool mlir::Location::operator== ( Location  rhs) const
inline

Comparison operators.

◆ print()

void mlir::Location::print ( raw_ostream &  os) const
inline

Print the location.

Friends And Related Function Documentation

◆ hash_value

::llvm::hash_code hash_value ( Location  arg)
friend

Member Data Documentation

◆ impl

LocationAttr mlir::Location::impl
protected

The internal backing location attribute.


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