Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp917 llvm::ScopedHashTable<StringRef, char> usedNames; member in __anon190d4e680e11::SSANameState
951 new (allocator.Allocate<UsedNamesScopeTy>()) UsedNamesScopeTy(usedNames); in SSANameState()
968 while (usedNames.getCurScope() != parentScope) { in SSANameState()
969 usedNames.getCurScope()->~UsedNamesScopeTy(); in SSANameState()
970 assert((usedNames.getCurScope() != nullptr || parentScope == nullptr) && in SSANameState()
976 UsedNamesScopeTy(usedNames); in SSANameState()
988 while (usedNames.getCurScope() != nullptr) in SSANameState()
989 usedNames.getCurScope()->~UsedNamesScopeTy(); in SSANameState()
1241 if (!usedNames.count(name)) { in uniqueValueName()
1251 if (!usedNames.count(probeName)) { in uniqueValueName()
[all …]
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp572 llvm::StringSet<> usedNames; in assignUniqueAlternativeNames() local
587 if (!usedNames.contains(alternativeName) && in assignUniqueAlternativeNames()
589 usedNames.insert(alternativeName); in assignUniqueAlternativeNames()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2122 DenseMap<StringRef, SMRange> usedNames; in parseTupleExpr() local
2139 usedNames.try_emplace(elementName, elementNameTok.getLoc()); in parseTupleExpr()