Home
last modified time | relevance | path

Searched refs:getStaticValueCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h315 int getStaticValueCount() const;
415 int getStaticValueCount(StringRef symbol) const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp224 int SymbolInfoMap::SymbolInfo::getStaticValueCount() const { in getStaticValueCount() function in SymbolInfoMap::SymbolInfo
531 int SymbolInfoMap::getStaticValueCount(StringRef symbol) const { in getStaticValueCount() function in SymbolInfoMap
539 return find(name)->second.getStaticValueCount(); in getStaticValueCount()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1319 return symbolInfoMap.getStaticValueCount(symbol); in getNodeValueCount()