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

References

lib/Target/Sparc/SparcISelLowering.cpp
 1303     unsigned Reg = toCallerWindow(VA.getLocReg());
 1321     if (VA.getValVT() == MVT::i32 && VA.needsCustom())
 1321     if (VA.getValVT() == MVT::i32 && VA.needsCustom())
 1322       RV = DAG.getNode(ISD::SRL, DL, VA.getLocVT(), RV,
 1327     switch (VA.getLocInfo()) {
 1329       RV = DAG.getNode(ISD::AssertSext, DL, VA.getLocVT(), RV,
 1330                        DAG.getValueType(VA.getValVT()));
 1333       RV = DAG.getNode(ISD::AssertZext, DL, VA.getLocVT(), RV,
 1334                        DAG.getValueType(VA.getValVT()));
 1341     if (VA.isExtInLoc())
 1342       RV = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), RV);