Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CurOp

595   std::string CurOp("");
612 CurOp = Source.TheDef->getName().str();
614 if (CurOp != PrevOp) {
617 CaseStream.indent(4) << "case " + Namespace + "::" + CurOp + ": {\n";
740 PrevOp = CurOp;
744 Func.indent(4) << "} // case " + CurOp + "\n";