Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp426 unsigned IndReg = DI->getOperand(1).getReg(); in findInductionRegister() local
429 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister()
431 IndMap.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in findInductionRegister()
1607 unsigned IndReg = DI->getOperand(1).getReg(); in fixupInductionVariable() local
1610 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in fixupInductionVariable()
1612 IndRegs.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in fixupInductionVariable()