Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2653 MachineInstr *RightHandInst = getDefIgnoringCopies(RHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local
2654 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()
2657 if (HandOpcode != RightHandInst->getOpcode()) in matchHoistLogicOpWithSameOpcodeHands()
2660 !RightHandInst->getOperand(1).isReg()) in matchHoistLogicOpWithSameOpcodeHands()
2666 Register Y = RightHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()
2691 if (!matchEqualDefs(ZOp, RightHandInst->getOperand(2))) in matchHoistLogicOpWithSameOpcodeHands()