Home | History | Annotate | Download | only in X86

Lines Matching refs:RegArgs

1999   SmallVector<unsigned, 4> RegArgs;
2063 RegArgs.push_back(VA.getLocReg());
2173 for (unsigned i = 0, e = RegArgs.size(); i != e; ++i)
2174 MIB.addReg(RegArgs[i], RegState::Implicit);