Lines Matching refs:RetOps
3193 SmallVector<SDValue, 6> RetOps; in LowerReturn() local
3194 RetOps.push_back(Chain); // Operand #0 = Chain (updated below) in LowerReturn()
3196 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(), dl, in LowerReturn()
3202 RetOps.push_back(RetVal.second); in LowerReturn()
3208 RetOps.push_back( in LowerReturn()
3244 SDValue Val = DAG.getCopyFromReg(RetOps[0], dl, SRetReg, in LowerReturn()
3254 RetOps.push_back( in LowerReturn()
3268 RetOps.push_back(DAG.getRegister(*I, MVT::i64)); in LowerReturn()
3274 RetOps[0] = Chain; // Update chain. in LowerReturn()
3278 RetOps.push_back(Flag); in LowerReturn()
3283 return DAG.getNode(opcode, dl, MVT::Other, RetOps); in LowerReturn()
32059 SDValue RetOps[] = {Extract, NewLoad.getValue(1)}; in LowerMLOAD() local
32060 return DAG.getMergeValues(RetOps, dl); in LowerMLOAD()