Searched refs:isPhysReg (Results 1 – 5 of 5) sorted by relevance
1880 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1881 bool hasAliases = isPhysReg && in addRegisterKilled()1905 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1959 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local1960 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()
1788 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1789 bool hasAliases = isPhysReg && in addRegisterKilled()1813 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1867 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local1868 bool hasAliases = isPhysReg && in addRegisterDead()
290 assert(isPhysReg(R) && "All virt regs should have been allocated already.");
424 assert(isPhysReg(R) && "All virt regs should have been allocated already.");