Lines Matching refs:DestReg
627 unsigned DestReg = MI->getOperand(0).getReg(); in scanInstruction() local
630 << TRI->getName(DestReg) << " at " << *MI); in scanInstruction()
632 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
633 ActiveChains[DestReg] = G.get(); in scanInstruction()
640 unsigned DestReg = MI->getOperand(0).getReg(); in scanInstruction() local
645 if (DestReg != AccumReg) in scanInstruction()
660 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction()
662 if (DestReg != AccumReg) { in scanInstruction()
663 ActiveChains[DestReg] = ActiveChains[AccumReg]; in scanInstruction()
675 << TRI->getName(DestReg) << "\n"); in scanInstruction()
676 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction()
677 ActiveChains[DestReg] = G.get(); in scanInstruction()