Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3161 MachineInstr *LeftHandInst = getDefIgnoringCopies(LHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local
3163 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()
3165 unsigned HandOpcode = LeftHandInst->getOpcode(); in matchHoistLogicOpWithSameOpcodeHands()
3168 if (LeftHandInst->getNumOperands() < 2 || in matchHoistLogicOpWithSameOpcodeHands()
3169 !LeftHandInst->getOperand(1).isReg() || in matchHoistLogicOpWithSameOpcodeHands()
3176 Register X = LeftHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()
3213 MachineOperand &ZOp = LeftHandInst->getOperand(2); in matchHoistLogicOpWithSameOpcodeHands()