Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h272 int getStaticValueCount() const;
351 int getStaticValueCount(StringRef symbol) const;
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp199 int SymbolInfoMap::SymbolInfo::getStaticValueCount() const { in getStaticValueCount() function in SymbolInfoMap::SymbolInfo
443 int SymbolInfoMap::getStaticValueCount(StringRef symbol) const { in getStaticValueCount() function in SymbolInfoMap
451 return find(name)->second.getStaticValueCount(); in getStaticValueCount()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp948 return symbolInfoMap.getStaticValueCount(symbol); in getNodeValueCount()