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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h424 /// ScopedName - A name of a node associated with a "scope" that indicates
428 class ScopedName { class in namespace:llvm
432 ScopedName(unsigned Scope, StringRef Identifier) function in class:llvm::ScopedName
443 bool operator==(const ScopedName &o) const;
444 bool operator!=(const ScopedName &o) const;
654 std::vector<ScopedName> NamesAsPredicateArg;
686 const std::vector<ScopedName> &getNamesAsPredicateArg() const {
689 void setNamesAsPredicateArg(const std::vector<ScopedName>& Names) {
692 void addNameAsPredicateArg(const ScopedName &N) {
H A DCodeGenDAGPatterns.cpp845 // ScopedName Implementation
848 bool ScopedName::operator==(const ScopedName &o) const {
852 bool ScopedName::operator!=(const ScopedName &o) const {
1878 for (const ScopedName &Name : NamesAsPredicateArg)
2083 Child->addNameAsPredicateArg(ScopedName(Scope, Frag->getArgName(i)));
H A DDAGISelMatcherGen.cpp520 for (const ScopedName &Name : N->getNamesAsPredicateArg()) {

Completed in 142 milliseconds