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

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp773 // Compute DistR (register with the distance between Start and End).
774 unsigned DistR, DistSR; local
778 DistR = End->getReg();
798 DistR = SubR;
802 // From DistR, compute AdjR (register with the adjusted distance).
806 AdjR = DistR;
809 // Generate CountR = ADD DistR, AdjVal
813 .addReg(DistR, 0, DistSR)
830 // Generate NormR = LSR DistR, Shift.

Completed in 96 milliseconds