Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp445 Register IndReg = DI->getOperand(1).getReg(); in findInductionRegister() local
448 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister()
450 IndMap.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in findInductionRegister()
1627 Register IndReg = DI->getOperand(1).getReg(); in fixupInductionVariable() local
1630 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in fixupInductionVariable()
1632 IndRegs.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in fixupInductionVariable()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td95 let Name = "IndReg";