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

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1022 std::string iName(getCppName(I));
1060 Out << "SwitchInst* " << iName << " = SwitchInst::Create("
1069 Out << iName << "->addCase("
1078 Out << "IndirectBrInst *" << iName << " = IndirectBrInst::Create("
1082 Out << iName << "->addDestination(" << opNames[i] << ");";
1094 Out << "std::vector<Value*> " << iName << "_params;"; local
1097 Out << iName << "_params.push_back("
1102 Out << "InvokeInst *" << iName << " = InvokeInst::Create("
1106 << iName << "_params, \"";
1109 nl(Out) << iName << "
1113 Out << iName << "->setAttributes(" << iName << "_PAL);"; local
1146 Out << "BinaryOperator* " << iName << " = BinaryOperator::Create("; local
1259 Out << "std::vector<Value*> " << iName << "_indices;"; local
1267 << opNames[0] << ", " << iName << "_indices"; local
1304 Out << "CastInst* " << iName << " = new "; local
1337 Out << "std::vector<Value*> " << iName << "_params;"; local
1345 << iName << "_params, \\""; local
1363 Out << iName << "->setAttributes(" << iName << "_PAL);"; local
1418 Out << "std::vector<unsigned> " << iName << "_indices;"; local
1428 << iName << "_indices, \\""; local
1435 Out << "std::vector<unsigned> " << iName << "_indices;"; local
1445 << iName << "_indices, \\""; local
[all...]

Completed in 43 milliseconds