Searched refs:iName (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1097 std::string iName(getCppName(I));
1135 Out << "SwitchInst* " << iName << " = SwitchInst::Create("
1144 Out << iName << "->addCase("
1153 Out << "IndirectBrInst *" << iName << " = IndirectBrInst::Create("
1157 Out << iName << "->addDestination(" << opNames[i] << ");";
1169 Out << "std::vector<Value*> " << iName << "_params;"; local
1172 Out << iName << "_params.push_back("
1177 Out << "InvokeInst *" << iName << " = InvokeInst::Create("
1181 << iName << "_params, \"";
1184 nl(Out) << iName << "
1188 Out << iName << "->setAttributes(" << iName << "_PAL);"; local
1216 Out << "BinaryOperator* " << iName << " = BinaryOperator::Create("; local
1347 Out << "std::vector<Value*> " << iName << "_indices;"; local
1355 << opNames[0] << ", " << iName << "_indices"; local
1392 Out << "CastInst* " << iName << " = new "; local
1425 Out << "std::vector<Value*> " << iName << "_params;"; local
1433 << iName << "_params, \\""; local
1451 Out << iName << "->setAttributes(" << iName << "_PAL);"; local
1506 Out << "std::vector<unsigned> " << iName << "_indices;"; local
1516 << iName << "_indices, \\""; local
1523 Out << "std::vector<unsigned> " << iName << "_indices;"; local
1533 << iName << "_indices, \\""; local
[all...]

Completed in 84 milliseconds