1 / 19

Wei-Kai Cheng Youn-Long Lin* Computer & Communications Research Laboratories

Addressing Optimization for Loop Execution Targeting DSP with Auto-Increment/Decrement Architecture. Wei-Kai Cheng Youn-Long Lin* Computer & Communications Research Laboratories *CS Department, NTHU Taiwan. Overview. Features: Auto-Increment/Decrement for Address Generation

fvirginia
Download Presentation

Wei-Kai Cheng Youn-Long Lin* Computer & Communications Research Laboratories

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Addressing Optimization for Loop Execution Targeting DSP with Auto-Increment/Decrement Architecture Wei-Kai Cheng Youn-Long Lin* Computer & Communications Research Laboratories *CS Department, NTHU Taiwan

  2. Overview • Features: • Auto-Increment/Decrement for Address Generation • Constraints for Loop Execution • Optimization Methods: • Multi-Phase Data Ordering • Graph-Based Address Register Allocation • Block Access Graph

  3. Auto-Increment/Decrement

  4. New Constraints • Loop Execution • Data Ordering Constraint • Address Register Allocation Constraint • Architectural Constraint • Different arrays are stored in disjoint memory space • Multiple auto-increment/decrement ranges in the instruction set architecture

  5. Data Ordering Constraint

  6. Address Register Allocation Constraint

  7. Architectural Constraint

  8. Data Lists

  9. Approach • Split the access sequence into data lists • Array • Iteration Stride • Data Ordering • Address Register Allocation • Data Lists Merging or Splitting

  10. Access Graph

  11. Data Ordering

  12. Address Register Allocation • # data lists > # address registers: • data list merging • # data lists < # address registers: • data list splitting

  13. Two-Way Data List Splitting

  14. Block Access Graph Construction

  15. Block Access Graph Partition

  16. Experimental Results * number of data lists and data ordering applied

  17. Experimental Results (Cont.) * ratio over TI’s compiler in term of inserted instructions T: TI’s compiler O: Our algorithm o: data ordering a: address register allocation

  18. Experimental Results (Cont.) * ratio over TI’s compiler in term of execution cycles T: TI’s compiler O: Our algorithm o: data ordering a: address register allocation

  19. Conclusions • Data ordering is not so effective in loop execution • Data list splitting is more important than data list merging

More Related