Lines Matching defs:RetVals
9027 SmallVector<std::pair<unsigned, SDValue>, 4> RetVals;9064 llvm::find_if(RetVals, [=](const std::pair<unsigned, SDValue> &Elt) {9069 RetVals.emplace_back(VA.getLocReg(), Arg);9093 for (auto &RetVal : RetVals) {