Searched refs:IndentStr (Results 1 – 4 of 4) sorted by relevance
83 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local86 O << IndentStr << "if ("; in EmitAction()92 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()105 O << IndentStr << "}\n"; in EmitAction()109 O << IndentStr << "if (!" << CC->getName() in EmitAction()111 << IndentStr << " return false;\n"; in EmitAction()115 O << IndentStr << "if (unsigned Reg = State.AllocateReg("; in EmitAction()118 O << IndentStr << "static const MCPhysReg RegList" << ++Counter in EmitAction()120 O << IndentStr << " "; in EmitAction()125 O << "\n" << IndentStr << "};\n"; in EmitAction()[all …]
64 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local67 O << IndentStr << "if ("; in EmitAction()73 if (i != 0) O << " ||\n " << IndentStr; in EmitAction()86 O << IndentStr << "}\n"; in EmitAction()90 O << IndentStr << "if (!" << CC->getName() in EmitAction()92 << IndentStr << " return false;\n"; in EmitAction()96 O << IndentStr << "if (unsigned Reg = State.AllocateReg("; in EmitAction()99 O << IndentStr << "static const unsigned RegList" << ++Counter in EmitAction()101 O << IndentStr << " "; in EmitAction()106 O << "\n" << IndentStr << "};\n"; in EmitAction()[all …]
622 SmallString<16> IndentStr; in printWordWrapped() local623 IndentStr.assign(Indentation, ' '); in printWordWrapped()652 OS.write(&IndentStr[0], Indentation); in printWordWrapped()