Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp1809 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1810 bool hasAliases = isPhysReg && in addRegisterKilled()
1827 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1881 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local
1882 bool hasAliases = isPhysReg && in addRegisterDead()