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

References

lib/Target/Sparc/SparcISelLowering.cpp
  934     unsigned Reg = toCallerWindow(RegsToPass[i].first);
  958     Ops.push_back(DAG.getRegister(toCallerWindow(RegsToPass[i].first),
  992           Chain, dl, toCallerWindow(RVLocs[i++].getLocReg()), MVT::i32, InFlag);
  998           Chain, dl, toCallerWindow(RVLocs[i].getLocReg()), MVT::i32, InFlag);
 1006           DAG.getCopyFromReg(Chain, dl, toCallerWindow(RVLocs[i].getLocReg()),
 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));
 1303     unsigned Reg = toCallerWindow(VA.getLocReg());