Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h429 class ScopedName {
433 ScopedName(unsigned Scope, StringRef Identifier) in ScopedName() function
442 bool operator==(const ScopedName &o) const;
443 bool operator!=(const ScopedName &o) const;
656 std::vector<ScopedName> NamesAsPredicateArg;
688 const std::vector<ScopedName> &getNamesAsPredicateArg() const { in getNamesAsPredicateArg()
691 void setNamesAsPredicateArg(const std::vector<ScopedName>& Names) { in setNamesAsPredicateArg()
694 void addNameAsPredicateArg(const ScopedName &N) { in addNameAsPredicateArg()
H A DCodeGenDAGPatterns.cpp912 bool ScopedName::operator==(const ScopedName &o) const { in operator ==()
916 bool ScopedName::operator!=(const ScopedName &o) const { in operator !=()
1982 for (const ScopedName &Name : NamesAsPredicateArg) in print()
2190 Child->addNameAsPredicateArg(ScopedName(Scope, Frag->getArgName(i))); in InlinePatternFragments()
H A DDAGISelMatcherGen.cpp525 for (const ScopedName &Name : N->getNamesAsPredicateArg()) { in EmitMatchCode()