Searched refs:IVBump (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp120 /// If successful, it will return true and set the \p Reg, \p IVBump
128 /// IVBump is the immediate value added to R, and IVOp is the instruction
131 int64_t &IVBump, MachineInstr *&IVOp) const;
150 int64_t IVBump,
321 int64_t &IVBump,
417 IVBump = F->second.second;
460 int64_t IVBump = 0; local
462 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp);
555 if (IVBump != 1)
605 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cm
319 findInductionRegister(MachineLoop *L, unsigned &Reg, int64_t &IVBump, MachineInstr *&IVOp ) const argument
612 computeCount(MachineLoop *Loop, const MachineOperand *Start, const MachineOperand *End, unsigned IVReg, int64_t IVBump, Comparison::Kind Cmp) const argument
[all...]

Completed in 109 milliseconds