Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Namespace

26 using namespace llvm;
134 /// namespace qualifier if the record contains one.
137 std::string Namespace;
138 if (R->getValue("Namespace"))
139 Namespace = R->getValueAsString("Namespace");
140 if (Namespace.empty()) return R->getName();
141 return Namespace + "::" + R->getName();
167 // the namespace off the PHI instruction or something.
168 if (Inst->Namespace != "TargetOpcode")
169 return Inst->Namespace;
311 assert(Instr->Namespace == "TargetOpcode" && "Bad namespace");
318 if (CGI->Namespace != "TargetOpcode")
348 if (R->getValueAsString("Namespace") == "TargetOpcode" ||