Home
last modified time | relevance | path

Searched refs:IndentStr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCallingConvEmitter.cpp83 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
86 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 …]
/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp83 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
86 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 …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCallingConvEmitter.cpp64 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
67 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 …]
/external/clang/lib/Frontend/
DTextDiagnostic.cpp622 SmallString<16> IndentStr; in printWordWrapped() local
623 IndentStr.assign(Indentation, ' '); in printWordWrapped()
652 OS.write(&IndentStr[0], Indentation); in printWordWrapped()