Searched refs:IVBump (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 157 int64_t &IVBump, MachineInstr *&IVOp) const; 163 int64_t IVBump) const; 180 int64_t IVBump, Comparison::Kind Cmp) const; 384 int64_t &IVBump, in findInductionRegister() argument 482 IVBump = F->second.second; in findInductionRegister() 492 int64_t IVBump) const { in getComparisonKind() 563 int64_t IVBump = 0; in getLoopTripCount() local 565 bool FoundIV = findInductionRegister(L, IVReg, IVBump, IVOp); in getLoopTripCount() 656 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount() 679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount() [all …]
|