Searched refs:OtherMO (Results 1 – 5 of 5) sorted by relevance
92 MachineOperand &OtherMO = MI.getOperand(3 - FIOperandNum); in eliminateFrameIndex() local93 if (OtherMO.isReg()) { in eliminateFrameIndex()94 Register OtherMOReg = OtherMO.getReg(); in eliminateFrameIndex()
91 const MachineOperand *OtherMO = nullptr; in getRegAllocationHints() local95 OtherMO = &Use.getOperand(1); in getRegAllocationHints()100 OtherMO = &Use.getOperand(0); in getRegAllocationHints()104 OtherMO = &Use.getOperand(0); in getRegAllocationHints()122 tryAddHint(OtherMO); in getRegAllocationHints()
423 for (const MachineOperand &OtherMO : in addVRegDefDeps() local425 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()426 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
802 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local803 if (!OtherMO.isUndef()) in mergeOperations()
2468 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local2469 if (!OtherMO.isReg()) in visitMachineOperand()2471 if (!OtherMO.isTied()) in visitMachineOperand()2481 if (!OtherMO.isImplicit()) in visitMachineOperand()