Lines Matching refs:DefR
1250 Register DefR = UseI.getOperand(0).getReg(); in computeUsedBits() local
1251 if (!DefR.isVirtual()) in computeUsedBits()
1253 Pending.push_back(DefR); in computeUsedBits()
2955 unsigned DefR; member
2962 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
2963 bool isStoreInput(const MachineInstr *MI, unsigned DefR) const;
2981 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
3016 unsigned DefR) const { in isBitShuffle()
3168 dbgs() << ' ' << printReg(I.DefR, HRI) << "=phi(" in processLoop()
3196 Register DefR = Defs.find_first(); in processLoop() local
3197 if (!DefR.isVirtual()) in processLoop()
3199 if (!isBitShuffle(&MI, DefR)) in processLoop()
3203 for (auto UI = MRI->use_begin(DefR), UE = MRI->use_end(); UI != UE; ++UI) { in processLoop()
3335 moveGroup(G, *F->LB, *F->PB, F->LB->getFirstNonPHI(), F->DefR, PrehR); in processLoop()