Lines Matching refs:RegArgs
211 SmallVectorImpl<unsigned> &RegArgs,
1907 SmallVectorImpl<unsigned> &RegArgs,
2011 RegArgs.push_back(VA.getLocReg());
2026 RegArgs.push_back(VA.getLocReg());
2027 RegArgs.push_back(NextVA.getLocReg());
2255 SmallVector<unsigned, 4> RegArgs;
2258 RegArgs, CC, NumBytes, false))
2280 for (unsigned i = 0, e = RegArgs.size(); i != e; ++i)
2281 MIB.addReg(RegArgs[i], RegState::Implicit);
2388 SmallVector<unsigned, 4> RegArgs;
2391 RegArgs, CC, NumBytes, isVarArg))
2424 for (unsigned i = 0, e = RegArgs.size(); i != e; ++i)
2425 MIB.addReg(RegArgs[i], RegState::Implicit);