Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h337 const_iterator findBoundSymbol(StringRef key, const Operator &op,
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp417 SymbolInfoMap::findBoundSymbol(StringRef key, const Operator &op, in findBoundSymbol() function in SymbolInfoMap
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp442 auto res = symbolInfoMap.findBoundSymbol(name, op, argIndex); in emitOperandMatch()