MLIR
21.0.0git
|
#include "mlir/TableGen/Pattern.h"
Public Member Functions | |
std::string | getVarTypeStr (StringRef name) const |
std::string | getVarDecl (StringRef name) const |
std::string | getArgDecl (StringRef name) const |
std::string | getVarName (StringRef name) const |
Friends | |
class | SymbolInfoMap |
std::string SymbolInfoMap::SymbolInfo::getArgDecl | ( | StringRef | name | ) | const |
Definition at line 287 of file Pattern.cpp.
References mlir::acc::getVarName().
std::string SymbolInfoMap::SymbolInfo::getVarDecl | ( | StringRef | name | ) | const |
Definition at line 280 of file Pattern.cpp.
References mlir::acc::getVarName(), and kind.
std::string SymbolInfoMap::SymbolInfo::getVarName | ( | StringRef | name | ) | const |
Definition at line 246 of file Pattern.cpp.
std::string SymbolInfoMap::SymbolInfo::getVarTypeStr | ( | StringRef | name | ) | const |
Definition at line 250 of file Pattern.cpp.
References kind.
|
friend |