Searched refs:MOp2 (Results 1 – 2 of 2) sorted by relevance
86 const MachineOperand MOp2 = MI->getOperand(2); in isLoadFromStackSlot() local87 if (MOp1.isImm() && MOp2.isFI()) { in isLoadFromStackSlot()88 FrameIndex = MOp2.getIndex(); in isLoadFromStackSlot()113 const MachineOperand MOp2 = MI->getOperand(2); in isStoreToStackSlot() local114 if (MOp1.isImm() && MOp2.isFI()) { in isStoreToStackSlot()115 FrameIndex = MOp2.getIndex(); in isStoreToStackSlot()
2955 MachineOperand MOp2 = MI.getOperand(MaxOp); in swapMIOperands() local2962 MI.addOperand(MOp2); in swapMIOperands()2974 MI.addOperand(MOp2); in swapMIOperands()