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

References

lib/Target/Sparc/SparcISelLowering.cpp
 1238                              RegsToPass[i].first, RegsToPass[i].second, InGlue);
 1239     InGlue = Chain.getValue(1);
 1272   if (InGlue.getNode())
 1273     Ops.push_back(InGlue);
 1278   InGlue = Chain.getValue(1);
 1282                              DAG.getIntPtrConstant(0, DL, true), InGlue, DL);
 1283   InGlue = Chain.getValue(1);
 1315       RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
 1317       InGlue = Chain.getValue(2);