Home
last modified time | relevance | path

Searched refs:isPhysReg (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1881 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1882 bool hasAliases = isPhysReg && in addRegisterKilled()
1906 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1960 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local
1961 bool hasAliases = isPhysReg && in addRegisterDead()