Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp447 Register IndReg = DI->getOperand(1).getReg(); in findInductionRegister() local
450 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in findInductionRegister()
452 IndMap.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in findInductionRegister()
1630 Register IndReg = DI->getOperand(1).getReg(); in fixupInductionVariable() local
1633 if (MRI->getVRegDef(IndReg) == Phi && checkForImmediate(Opnd2, V)) { in fixupInductionVariable()
1635 IndRegs.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V))); in fixupInductionVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td95 let Name = "IndReg";