Searched refs:OtherOpReg (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 1222 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/ |
D | TwoAddressInstructionPass.cpp | 1176 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()
|