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()
411 for (const MachineOperand &OtherMO : in addVRegDefDeps() local413 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()414 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
2070 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local2071 if (!OtherMO.isReg()) in visitMachineOperand()2073 if (!OtherMO.isTied()) in visitMachineOperand()2083 if (!OtherMO.isImplicit()) in visitMachineOperand()
801 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local802 if (!OtherMO.isUndef()) in mergeOperations()