Searched refs:IndentStr (Results 1 – 1 of 1) sorted by relevance
127 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local130 O << IndentStr << "if ("; in EmitAction()137 O << " ||\n " << IndentStr; in EmitAction()150 O << IndentStr << "}\n"; in EmitAction()154 O << IndentStr << "if (!" << CC->getName() in EmitAction()156 << IndentStr << " return false;\n"; in EmitAction()163 O << IndentStr << "if (unsigned Reg = State.AllocateReg(" << Name in EmitAction()170 O << IndentStr << "static const MCPhysReg RegList" << ++Counter in EmitAction()172 O << IndentStr << " "; in EmitAction()182 O << "\n" << IndentStr << "};\n"; in EmitAction()[all …]