Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1222 Register OtherOpReg = MI->getOperand(OtherOpIdx).getReg(); in tryInstructionCommute() local
1227 bool OtherOpKilled = isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()
1231 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()
1247 BaseOpReg = OtherOpReg; in tryInstructionCommute()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1176 unsigned OtherOpReg = MI->getOperand(OtherOpIdx).getReg(); in tryInstructionCommute() local
1182 !BaseOpKilled && isKilled(*MI, OtherOpReg, MRI, TII, LIS, false); in tryInstructionCommute()
1185 isProfitableToCommute(DstOpReg, BaseOpReg, OtherOpReg, MI, Dist)) { in tryInstructionCommute()