Searched refs:MO0 (Results 1 – 8 of 8) sorted by relevance
189 auto MO0 = *L0.memoperands().begin(); in getHazardType() local190 auto BaseVal0 = MO0->getValue(); in getHazardType()191 auto BasePseudoVal0 = MO0->getPseudoValue(); in getHazardType()194 if (MO0->getSize() > 4) in getHazardType()
1875 const MachineOperand &MO0 = MI0.getOperand(1); in produceSameValue() local1877 if (MO0.getOffset() != MO1.getOffset()) in produceSameValue()1885 return MO0.getGlobal() == MO1.getGlobal(); in produceSameValue()1889 int CPI0 = MO0.getIndex(); in produceSameValue()1928 const MachineOperand &MO0 = MI0.getOperand(i); in produceSameValue() local1930 if (!MO0.isIdenticalTo(MO1)) in produceSameValue()
230 MachineOperand *MO0 = &MI->getOperand(0); in verifyUseList() local232 if (!(MO >= MO0 && MO < MO0+NumOps)) { in verifyUseList()
1241 const MachineOperand &MO0 = MI.getOperand(I0); in allocateInstruction() local1243 Register Reg0 = MO0.getReg(); in allocateInstruction()1261 bool Livethrough0 = MO0.isEarlyClobber() || MO0.isTied() || in allocateInstruction()1262 (MO0.getSubReg() == 0 && !MO0.isUndef()); in allocateInstruction()
2790 const MachineOperand &MO0 = Phi.getOperand(I); in checkPHIOps() local2791 if (!MO0.isReg()) { in checkPHIOps()2792 report("Expected PHI operand to be a register", &MO0, I); in checkPHIOps()2795 if (MO0.isImplicit() || MO0.isInternalRead() || MO0.isEarlyClobber() || in checkPHIOps()2796 MO0.isDebug() || MO0.isTied()) in checkPHIOps()2797 report("Unexpected flag on PHI operand", &MO0, I); in checkPHIOps()2814 if (!MO0.isUndef() && PrInfo.reachable && in checkPHIOps()2815 !PrInfo.isLiveOut(MO0.getReg())) in checkPHIOps()2816 report("PHI operand is not live-out from predecessor", &MO0, I); in checkPHIOps()
491 MachineOperand &MO0 = MI.getOperand(Idx); in updateSuccessorsPHIs() local492 Register Reg = MO0.getReg(); in updateSuccessorsPHIs()
1528 const MachineOperand &MO0 = MI.getOperand(0); in handleSpecialFP() local1532 unsigned DstFP = getFPReg(MO0); in handleSpecialFP()
7000 MachineOperand &MO0 = DataMI->getOperand(0); in unfoldMemoryOperand() local7015 MO1.ChangeToRegister(MO0.getReg(), false); in unfoldMemoryOperand()