Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h377 bool bindValues(StringRef symbol, int numValues = 1);
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp466 bool SymbolInfoMap::bindValues(StringRef symbol, int numValues) { in bindValues() function in SymbolInfoMap
721 infoMap.bindValues(treeName, tree.getNumReturnsOfNativeCode()), in collectBoundSymbols()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1298 symbolInfoMap.bindValues(varName, tree.getNumReturnsOfNativeCode()); in handleReplaceWithNativeCodeCall()