Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1788 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local
1789 bool hasAliases = isPhysReg && in addRegisterKilled()
1813 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
1867 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local
1868 bool hasAliases = isPhysReg && in addRegisterDead()