Lines Matching defs:find_first
93 unsigned find_first() const {
94 int First = Bits.find_first();
137 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R))
142 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R))
203 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
1507 Register DR = Defs.find_first();
1583 for (Register R = AVs.find_first(); R; R = AVs.find_next(R)) {
1640 for (Register R = Defs.find_first(); R; R = Defs.find_next(R)) {
2260 for (unsigned S = AVs.find_first(); S; S = AVs.find_next(S)) {
2505 for (unsigned R = AVs.find_first(); R != 0; R = AVs.find_next(R)) {
3000 return Defs.find_first();
3196 Register DefR = Defs.find_first();
3281 G.Inp.Reg = Inputs.find_first();