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

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp907 // Compute DistR (register with the distance between Start and End).
908 Register DistR; local
913 DistR = End->getReg();
930 DistR = SubR;
939 DistR = EndValInstr->getOperand(1).getReg();
946 DistR = SubR;
952 // From DistR, compute AdjR (register with the adjusted distance).
957 AdjR = DistR;
960 // Generate CountR = ADD DistR, AdjVal
964 .addReg(DistR,
[all...]

Completed in 135 milliseconds