Searched refs:RightHandInst (Results 1 – 1 of 1) sorted by relevance
3004 MachineInstr *RightHandInst = getDefIgnoringCopies(RHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local3005 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()3008 if (HandOpcode != RightHandInst->getOpcode()) in matchHoistLogicOpWithSameOpcodeHands()3011 !RightHandInst->getOperand(1).isReg()) in matchHoistLogicOpWithSameOpcodeHands()3017 Register Y = RightHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()3040 if (!matchEqualDefs(ZOp, RightHandInst->getOperand(2))) in matchHoistLogicOpWithSameOpcodeHands()