Lines Matching refs:RetOps
1879 SmallVector<SDValue, 6> RetOps; in LowerReturn() local
1880 RetOps.push_back(Chain); // Operand #0 = Chain (updated below) in LowerReturn()
1882 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(), in LowerReturn()
1927 RetOps.push_back(ValToCopy); in LowerReturn()
1950 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT())); in LowerReturn()
1974 RetOps.push_back(DAG.getRegister(RetValReg, getPointerTy())); in LowerReturn()
1977 RetOps[0] = Chain; // Update chain. in LowerReturn()
1981 RetOps.push_back(Flag); in LowerReturn()
1983 return DAG.getNode(X86ISD::RET_FLAG, dl, MVT::Other, RetOps); in LowerReturn()
14219 SDValue RetOps[] = { SDValue(Res, 0), SDValue(Res, 2) }; in getGatherNode() local
14220 return DAG.getMergeValues(RetOps, dl); in getGatherNode()