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()
96 const MachineOperand *OtherMO = nullptr; in getRegAllocationHints() local100 OtherMO = &Use.getOperand(1); in getRegAllocationHints()105 OtherMO = &Use.getOperand(0); in getRegAllocationHints()109 OtherMO = &Use.getOperand(0); in getRegAllocationHints()127 tryAddHint(OtherMO); in getRegAllocationHints()
413 const MachineOperand &OtherMO = MI->getOperand(I); in addVRegDefDeps() local414 if (OtherMO.isReg() && OtherMO.isDef() && OtherMO.getReg() == Reg) in addVRegDefDeps()415 KillLaneMask &= ~getLaneMaskForMO(OtherMO); in addVRegDefDeps()
1652 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand() local1653 if (!OtherMO.isReg()) in visitMachineOperand()1655 if (!OtherMO.isTied()) in visitMachineOperand()1665 if (!OtherMO.isImplicit()) in visitMachineOperand()
844 const MachineOperand &OtherMO = MBBI->getOperand(I); in mergeOperations() local845 if (!OtherMO.isUndef()) in mergeOperations()