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

/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp809 // Generate CountR = ADD DistR, AdjVal
820 // From AdjR, compute CountR (register with the final count).
821 unsigned CountR, CountSR; local
824 CountR = AdjR;
837 CountR = LsrR;
841 return new CountValue(CountValue::CV_Register, CountR, CountSR);

Completed in 158 milliseconds