Searched refs:EndValInstr (Results 1 – 1 of 1) sorted by relevance
746 const MachineInstr *EndValInstr = MRI->getVRegDef(End->getReg()); in computeCount() local747 if (EndValInstr && (EndValInstr->getOpcode() == Hexagon::A2_tfrsi || in computeCount()748 EndValInstr->getOpcode() == Hexagon::A2_tfrpi)) in computeCount()749 End = &EndValInstr->getOperand(1); in computeCount()934 const MachineInstr *EndValInstr = MRI->getVRegDef(End->getReg()); in computeCount() local935 if (EndValInstr->getOpcode() == Hexagon::A2_addi && in computeCount()936 EndValInstr->getOperand(1).getSubReg() == 0 && in computeCount()937 EndValInstr->getOperand(2).getImm() == StartV) { in computeCount()938 DistR = EndValInstr->getOperand(1).getReg(); in computeCount()