Home | History | Annotate | Download | only in TableGen

Lines Matching defs: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;
316 assert(Instr->Namespace == "TargetOpcode" && "Bad namespace");
323 if (CGI->Namespace != "TargetOpcode")
353 if (R->getValueAsString("Namespace") == "TargetOpcode" ||