Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2885 MachineInstr *LeftHandInst = getDefIgnoringCopies(LHSReg, MRI); in matchHoistLogicOpWithSameOpcodeHands() local
2887 if (!LeftHandInst || !RightHandInst) in matchHoistLogicOpWithSameOpcodeHands()
2889 unsigned HandOpcode = LeftHandInst->getOpcode(); in matchHoistLogicOpWithSameOpcodeHands()
2892 if (!LeftHandInst->getOperand(1).isReg() || in matchHoistLogicOpWithSameOpcodeHands()
2898 Register X = LeftHandInst->getOperand(1).getReg(); in matchHoistLogicOpWithSameOpcodeHands()
2923 MachineOperand &ZOp = LeftHandInst->getOperand(2); in matchHoistLogicOpWithSameOpcodeHands()