HomeSort by relevance Sort by last modified time
    Searched refs:IndentStr (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 83 std::string IndentStr = std::string(Indent, ' ');
86 O << IndentStr << "if (";
92 if (i != 0) O << " ||\n " << IndentStr;
105 O << IndentStr << "}\n";
109 O << IndentStr << "if (!" << CC->getName()
111 << IndentStr << " return false;\n";
115 O << IndentStr << "if (unsigned Reg = State.AllocateReg(";
118 O << IndentStr << "static const MCPhysReg RegList" << ++Counter
120 O << IndentStr << " ";
125 O << "\n" << IndentStr << "};\n"
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CallingConvEmitter.cpp 64 std::string IndentStr = std::string(Indent, ' ');
67 O << IndentStr << "if (";
73 if (i != 0) O << " ||\n " << IndentStr;
86 O << IndentStr << "}\n";
90 O << IndentStr << "if (!" << CC->getName()
92 << IndentStr << " return false;\n";
96 O << IndentStr << "if (unsigned Reg = State.AllocateReg(";
99 O << IndentStr << "static const unsigned RegList" << ++Counter
101 O << IndentStr << " ";
106 O << "\n" << IndentStr << "};\n"
    [all...]

Completed in 64 milliseconds