Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp184 int64_t &IVBump, MachineInstr *&IVOp) const;
190 int64_t IVBump) const;
207 int64_t IVBump, Comparison::Kind Cmp) const;
406 int64_t &IVBump, in findInductionRegister() argument
504 IVBump = F->second.second; in findInductionRegister()
514 int64_t IVBump) const { in getComparisonKind()
599 int64_t IVBump = 0; in getLoopTripCount() local
601 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount()
693 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
722 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
[all …]