Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1789 bool hasAliases = isPhysReg && in addRegisterKilled() local
1819 } else if (hasAliases && MO.isKill() && Register::isPhysicalRegister(Reg)) { in addRegisterKilled()
1868 bool hasAliases = isPhysReg && in addRegisterDead() local
1883 } else if (hasAliases && MO.isDead() && in addRegisterDead()
DMachineVerifier.cpp2313 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter() local
2314 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()