Searched refs:nonIndI (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1764 MachineInstr *nonIndI = nullptr; local
1781 if (nonIndI)
1784 nonIndI = MRI->getVRegDef(MO.getReg());
1788 if (IndI && nonIndI &&
1789 nonIndI->getOpcode() == Hexagon::A2_addi &&
1790 nonIndI->getOperand(2).isImm() &&
1791 nonIndI->getOperand(2).getImm() == - RB.second) {
1795 nonIndMO->setReg(nonIndI->getOperand(1).getReg());

Completed in 111 milliseconds