Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h424 class ScopedName {
428 ScopedName(unsigned Scope, StringRef Identifier) in ScopedName() function
437 bool operator==(const ScopedName &o) const;
438 bool operator!=(const ScopedName &o) const;
648 std::vector<ScopedName> NamesAsPredicateArg;
680 const std::vector<ScopedName> &getNamesAsPredicateArg() const { in getNamesAsPredicateArg()
683 void setNamesAsPredicateArg(const std::vector<ScopedName>& Names) { in setNamesAsPredicateArg()
686 void addNameAsPredicateArg(const ScopedName &N) { in addNameAsPredicateArg()
DCodeGenDAGPatterns.cpp873 bool ScopedName::operator==(const ScopedName &o) const { in operator ==()
877 bool ScopedName::operator!=(const ScopedName &o) const { in operator !=()
1926 for (const ScopedName &Name : NamesAsPredicateArg) in print()
2134 Child->addNameAsPredicateArg(ScopedName(Scope, Frag->getArgName(i))); in InlinePatternFragments()
DDAGISelMatcherGen.cpp524 for (const ScopedName &Name : N->getNamesAsPredicateArg()) { in EmitMatchCode()