Searched refs:isPhysReg (Results 1 – 5 of 5) 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()
1564 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1565 bool hasAliases = isPhysReg && in addRegisterKilled()1589 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1643 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local1644 bool hasAliases = isPhysReg && 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.");
418 assert(isPhysReg(R) && "All virt regs should have been allocated already.");