Lines Matching defs:PhysReg
17 for (const size_t PhysReg : SourceBits.set_bits()) {
19 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid();
35 for (MCPhysReg PhysReg : RegClass)
36 if (!ReservedReg[PhysReg]) // Removing reserved registers.
37 SourceBits.set(PhysReg);
42 const MCRegister PhysReg)
44 SourceBits.set(PhysReg.id());
51 for (const size_t PhysReg : SourceBits.set_bits()) {
52 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid();
55 Origins[*Itr] = PhysReg;
66 RegisterAliasingTrackerCache::getRegister(MCRegister PhysReg) const {
67 auto &Found = Registers[PhysReg.id()];
69 Found.reset(new RegisterAliasingTracker(RegInfo, PhysReg));