Home | History | Annotate | Download | only in Sparc

Lines Matching defs:RetAddr

2679   SDValue RetAddr;
2683 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT);
2684 return RetAddr;
2695 RetAddr = DAG.getLoad(VT, dl, DAG.getEntryNode(), Ptr,
2698 return RetAddr;