Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Namespace

24 using namespace llvm;
101 /// namespace qualifier if the record contains one.
104 std::string Namespace;
105 if (R->getValue("Namespace"))
106 Namespace = R->getValueAsString("Namespace");
107 if (Namespace.empty()) return R->getName();
108 return Namespace + "::" + R->getName();
132 // the namespace off the PHI instruction or something.
133 if ((*i)->Namespace != "TargetOpcode")
134 return (*i)->Namespace;
262 namespace {
299 assert(Instr->Namespace == "TargetOpcode" && "Bad namespace");
307 if (CGI->Namespace != "TargetOpcode")