Lines Matching refs:Uses
147 // See if it uses any of the implicitly defined registers.
1427 /// the preferred location. This function also gathers uses and defs of the
1434 SmallSet<unsigned,4> &Uses,
1448 Uses.insert(Reg);
1450 Uses.insert(*AS);
1457 if (Uses.empty())
1477 if (Uses.count(Reg))
1507 Uses.insert(Reg);
1509 Uses.insert(*AS);
1511 if (Uses.count(Reg)) {
1512 Uses.erase(Reg);
1514 Uses.erase(*SR); // Use getSubRegisters to be conservative
1547 SmallSet<unsigned, 4> Uses, Defs;
1549 findHoistingInsertPosAndDeps(MBB, TII, TRI, Uses, Defs);
1590 if (Uses.count(Reg)) {