Home
last modified time | relevance | path

Searched refs:allocno_emit_reg (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-emit.cc280 reg = allocno_emit_reg (ira_curr_regno_allocno_map[regno]); in change_regs()
466 regno = REGNO (allocno_emit_reg (dest_allocno)); in store_can_be_removed_p()
473 if (REGNO (allocno_emit_reg (a)) == (unsigned) regno) in store_can_be_removed_p()
521 if (REGNO (allocno_emit_reg (src_allocno)) in generate_edge_moves()
522 == REGNO (allocno_emit_reg (dest_allocno))) in generate_edge_moves()
627 original_reg = allocno_emit_reg (allocno); in change_loop()
629 || (REGNO (allocno_emit_reg (parent_allocno)) in change_loop()
657 set_allocno_reg (allocno, ira_create_new_reg (allocno_emit_reg (allocno))); in change_loop()
673 && REGNO (allocno_emit_reg (allocno)) == regno) in set_allocno_somewhere_renamed_p()
861 = ira_create_new_reg (allocno_emit_reg (set_move->to)); in modify_move_list()
[all …]
Dira-build.cc3081 if (a != regno_top_level_allocno_map[REGNO (allocno_emit_reg (a))]) in copy_info_to_removed_store_destinations()
3093 (allocno_emit_reg (parent_a))] in copy_info_to_removed_store_destinations()
3254 if (a != regno_top_level_allocno_map[REGNO (allocno_emit_reg (a))] in ira_flattening()
3272 if (a != regno_top_level_allocno_map[REGNO (allocno_emit_reg (a))] in ira_flattening()
3309 REGNO (allocno_emit_reg (cp->first)), in ira_flattening()
3312 REGNO (allocno_emit_reg (cp->second))); in ira_flattening()
3317 = regno_top_level_allocno_map[REGNO (allocno_emit_reg (cp->first))]; in ira_flattening()
3319 = regno_top_level_allocno_map[REGNO (allocno_emit_reg (cp->second))]; in ira_flattening()
3329 keep_p = ((REGNO (allocno_emit_reg (first)) in ira_flattening()
3330 == REGNO (allocno_emit_reg (node_first))) in ira_flattening()
[all …]
Dira-int.h508 allocno_emit_reg (ira_allocno_t a) in allocno_emit_reg() function
DChangeLog-201132505 and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
32573 * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
32609 (ira_allocno_emit_data, allocno_emit_reg): New.