Lines Matching refs:AS
357 for (const uint16_t *AS = TRI->getAliasSet(PhysReg); in usePhysReg() local
358 unsigned Alias = *AS; ++AS) { in usePhysReg()
411 for (const uint16_t *AS = TRI->getAliasSet(PhysReg); in definePhysReg() local
412 unsigned Alias = *AS; ++AS) { in definePhysReg()
459 for (const uint16_t *AS = TRI->getAliasSet(PhysReg); in calcSpillCost() local
460 unsigned Alias = *AS; ++AS) { in calcSpillCost()
710 for (const uint16_t *AS = TRI->getAliasSet(Reg); *AS; ++AS) { in handleThroughOperands() local
711 UsedInInstr.set(*AS); in handleThroughOperands()
712 if (ThroughRegs.count(PhysRegState[*AS])) in handleThroughOperands()
713 definePhysReg(MI, *AS, regFree); in handleThroughOperands()
1033 for (const uint16_t *AS = TRI->getAliasSet(Reg); *AS; ++AS) in AllocateBasicBlock() local
1034 UsedInInstr.set(*AS); in AllocateBasicBlock()