Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Namespace

25 using namespace llvm;
102 /// namespace qualifier if the record contains one.
105 std::string Namespace;
106 if (R->getValue("Namespace"))
107 Namespace = R->getValueAsString("Namespace");
108 if (Namespace.empty()) return R->getName();
109 return Namespace + "::" + R->getName();
137 // the namespace off the PHI instruction or something.
138 if ((*i)->Namespace != "TargetOpcode")
139 return (*i)->Namespace;
272 namespace {
311 assert(Instr->Namespace == "TargetOpcode" && "Bad namespace");
319 if (CGI->Namespace != "TargetOpcode")