Searched refs:isPhysReg (Results 1 – 3 of 3) sorted by relevance
1565 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1566 bool hasAliases = isPhysReg && RegInfo->getAliasSet(IncomingReg); in addRegisterKilled()1582 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1623 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterDead() local1624 bool hasAliases = isPhysReg && RegInfo->getAliasSet(IncomingReg); in addRegisterDead()
1943 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1944 bool hasAliases = isPhysReg && in addRegisterKilled()1968 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()2022 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local2023 bool hasAliases = isPhysReg && in addRegisterDead()
290 assert(isPhysReg(R) && "All virt regs should have been allocated already.");