HomeSort by relevance Sort by last modified time
    Searched refs:IVReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 149 unsigned IVReg,
459 unsigned IVReg = 0;
462 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp);
469 MachineInstr *IV_Phi = MRI->getVRegDef(IVReg);
475 IVReg = IV_Phi->getOperand(i).getReg(); // Want IV reg after bump.
528 if (Op2.isImm() || Op1.getReg() == IVReg)
611 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);
621 unsigned IVReg,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 104 bool isInductionOperation(const MachineInstr *MI, unsigned IVReg) const;
462 unsigned IVReg) const {
465 MI->getOperand(1).getReg() == IVReg);

Completed in 141 milliseconds