Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp180 StringRef SymbolInfoMap::getValuePackName(StringRef symbol, int *index) { in getValuePackName() function in SymbolInfoMap
360 StringRef name = getValuePackName(symbol); in bindOpArgument()
390 std::string name = getValuePackName(symbol).str(); in bindOpResult()
411 std::string name = getValuePackName(key).str(); in find()
419 std::string name = getValuePackName(key).str(); in findBoundSymbol()
433 std::string name = getValuePackName(key).str(); in getRangeOfEqualElements()
439 std::string name = getValuePackName(key).str(); in count()
444 StringRef name = getValuePackName(symbol); in getStaticValueCount()
458 StringRef name = getValuePackName(symbol, &index); in getValueAndRangeUse()
472 StringRef name = getValuePackName(symbol, &index); in getAllRangeUse()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h377 static StringRef getValuePackName(StringRef symbol, int *index = nullptr);
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp1021 valuePackName = std::string(SymbolInfoMap::getValuePackName(resultValue)); in handleOpCreation()