reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Sparc/SparcISelLowering.cpp
 1185         RegsToPass.push_back(std::make_pair(toCallerWindow(VA.getLocReg()),
 1187         RegsToPass.push_back(std::make_pair(toCallerWindow(VA.getLocReg()+1),
 1209       RegsToPass.push_back(std::make_pair(toCallerWindow(VA.getLocReg()), Arg));
 1236   for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
 1238                              RegsToPass[i].first, RegsToPass[i].second, InGlue);
 1238                              RegsToPass[i].first, RegsToPass[i].second, InGlue);
 1257   for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
 1258     Ops.push_back(DAG.getRegister(RegsToPass[i].first,
 1259                                   RegsToPass[i].second.getValueType()));