Lines Matching refs:RetOps
846 SmallVector<SDValue, 6> RetOps; in LowerReturn() local
847 RetOps.push_back(Chain); // Operand #0 = Chain (updated below) in LowerReturn()
849 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(), dl, in LowerReturn()
855 RetOps.push_back(RetVal.second); in LowerReturn()
861 RetOps.push_back( in LowerReturn()
897 SDValue Val = DAG.getCopyFromReg(RetOps[0], dl, SRetReg, in LowerReturn()
907 RetOps.push_back( in LowerReturn()
925 RetOps.push_back(DAG.getRegister(*I, MVT::i64)); in LowerReturn()
931 RetOps[0] = Chain; // Update chain. in LowerReturn()
935 RetOps.push_back(Glue); in LowerReturn()
940 return DAG.getNode(opcode, dl, MVT::Other, RetOps); in LowerReturn()