Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:RetOps

857   SmallVector<SDValue, 4> RetOps;
858 RetOps.push_back(Chain);
873 RetOps.push_back(DAG.getRegister(Reg, VA.getLocVT()));
877 RetOps[0] = Chain;
879 RetOps.push_back(Glue);
882 RetOps.data(), RetOps.size());
1555 SDValue RetOps[2] = { Result, AtomicOp.getValue(1) };
1556 return DAG.getMergeValues(RetOps, 2, DL);