Searched refs:RightHandInst (Results 1 – 1 of 1) sorted by relevance
3162 MachineInstr *RightHandInst = getDefIgnoringCopies(RHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local3163 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()3166 if (HandOpcode != RightHandInst->getOpcode()) in matchHoistLogicOpWithSameOpcodeHands()3170 RightHandInst->getNumOperands() < 2 || in matchHoistLogicOpWithSameOpcodeHands()3171 !RightHandInst->getOperand(1).isReg()) in matchHoistLogicOpWithSameOpcodeHands()3177 Register Y = RightHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()3214 if (!matchEqualDefs(ZOp, RightHandInst->getOperand(2))) in matchHoistLogicOpWithSameOpcodeHands()