Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1727 MachineInstr *nonIndI = nullptr; in fixupInductionVariable() local
1744 if (nonIndI) in fixupInductionVariable()
1747 nonIndI = MRI->getVRegDef(MO.getReg()); in fixupInductionVariable()
1751 if (IndI && nonIndI && in fixupInductionVariable()
1752 nonIndI->getOpcode() == Hexagon::A2_addi && in fixupInductionVariable()
1753 nonIndI->getOperand(2).isImm() && in fixupInductionVariable()
1754 nonIndI->getOperand(2).getImm() == - RB.second) { in fixupInductionVariable()
1758 nonIndMO->setReg(nonIndI->getOperand(1).getReg()); in fixupInductionVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1766 MachineInstr *nonIndI = nullptr; in fixupInductionVariable() local
1783 if (nonIndI) in fixupInductionVariable()
1786 nonIndI = MRI->getVRegDef(MO.getReg()); in fixupInductionVariable()
1790 if (IndI && nonIndI && in fixupInductionVariable()
1791 nonIndI->getOpcode() == Hexagon::A2_addi && in fixupInductionVariable()
1792 nonIndI->getOperand(2).isImm() && in fixupInductionVariable()
1793 nonIndI->getOperand(2).getImm() == - RB.second) { in fixupInductionVariable()
1797 nonIndMO->setReg(nonIndI->getOperand(1).getReg()); in fixupInductionVariable()