Lines Matching refs:SymbolInfoMap

180 StringRef SymbolInfoMap::getValuePackName(StringRef symbol, int *index) {  in getValuePackName()
195 SymbolInfoMap::SymbolInfo::SymbolInfo(const Operator *op, SymbolInfo::Kind kind, in SymbolInfo()
199 int SymbolInfoMap::SymbolInfo::getStaticValueCount() const { in getStaticValueCount()
211 std::string SymbolInfoMap::SymbolInfo::getVarName(StringRef name) const { in getVarName()
215 std::string SymbolInfoMap::SymbolInfo::getVarDecl(StringRef name) const { in getVarDecl()
245 std::string SymbolInfoMap::SymbolInfo::getValueAndRangeUse( in getValueAndRangeUse()
316 std::string SymbolInfoMap::SymbolInfo::getAllRangeUse( in getAllRangeUse()
358 bool SymbolInfoMap::bindOpArgument(StringRef symbol, const Operator &op, in bindOpArgument()
389 bool SymbolInfoMap::bindOpResult(StringRef symbol, const Operator &op) { in bindOpResult()
396 bool SymbolInfoMap::bindValue(StringRef symbol) { in bindValue()
401 bool SymbolInfoMap::bindAttr(StringRef symbol) { in bindAttr()
406 bool SymbolInfoMap::contains(StringRef symbol) const { in contains()
410 SymbolInfoMap::const_iterator SymbolInfoMap::find(StringRef key) const { in find()
416 SymbolInfoMap::const_iterator
417 SymbolInfoMap::findBoundSymbol(StringRef key, const Operator &op, in findBoundSymbol()
431 std::pair<SymbolInfoMap::iterator, SymbolInfoMap::iterator>
432 SymbolInfoMap::getRangeOfEqualElements(StringRef key) { in getRangeOfEqualElements()
438 int SymbolInfoMap::count(StringRef key) const { in count()
443 int SymbolInfoMap::getStaticValueCount(StringRef symbol) const { in getStaticValueCount()
454 std::string SymbolInfoMap::getValueAndRangeUse(StringRef symbol, in getValueAndRangeUse()
469 std::string SymbolInfoMap::getAllRangeUse(StringRef symbol, const char *fmt, in getAllRangeUse()
483 void SymbolInfoMap::assignUniqueAlternativeNames() { in assignUniqueAlternativeNames()
535 void Pattern::collectSourcePatternBoundSymbols(SymbolInfoMap &infoMap) { in collectSourcePatternBoundSymbols()
545 void Pattern::collectResultPatternBoundSymbols(SymbolInfoMap &infoMap) { in collectResultPatternBoundSymbols()
622 void Pattern::collectBoundSymbols(DagNode tree, SymbolInfoMap &infoMap, in collectBoundSymbols()