Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:RetOps

4772   SmallVector<SDValue, 4> RetOps(1, Chain);
4797 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
4800 RetOps[0] = Chain; // Update chain.
4804 RetOps.push_back(Flag);
4806 return DAG.getNode(PPCISD::RET_FLAG, dl, MVT::Other, RetOps);