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()
2954 unsigned DefR; member
2961 bool isBitShuffle(const MachineInstr *MI, unsigned DefR) const;
2962 bool isStoreInput(const MachineInstr *MI, unsigned DefR) const;
2980 DefR = HexagonLoopRescheduling::getDefReg(&P); in PhiInfo()
3015 unsigned DefR) const { in isBitShuffle()
3167 dbgs() << ' ' << printReg(I.DefR, HRI) << "=phi(" in processLoop()
3195 Register DefR = Defs.find_first(); in processLoop() local
3196 if (!DefR.isVirtual()) in processLoop()
3198 if (!isBitShuffle(&MI, DefR)) in processLoop()
3202 for (auto UI = MRI->use_begin(DefR), UE = MRI->use_end(); UI != UE; ++UI) { in processLoop()
3334 moveGroup(G, *F->LB, *F->PB, F->LB->getFirstNonPHI(), F->DefR, PrehR); in processLoop()