Lines Matching refs:DestReg
590 unsigned DestReg = MI->getOperand(0).getReg(); in scanInstruction() local
593 << TRI->getName(DestReg) << " at " << *MI); in scanInstruction()
595 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
596 ActiveChains[DestReg] = G.get(); in scanInstruction()
603 unsigned DestReg = MI->getOperand(0).getReg(); in scanInstruction() local
608 if (DestReg != AccumReg) in scanInstruction()
623 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction()
625 if (DestReg != AccumReg) { in scanInstruction()
626 ActiveChains[DestReg] = ActiveChains[AccumReg]; in scanInstruction()
638 << TRI->getName(DestReg) << "\n"); in scanInstruction()
639 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
640 ActiveChains[DestReg] = G.get(); in scanInstruction()