Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp127 std::string IndentStr = std::string(Indent, ' '); in EmitAction() local
130 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 …]