Lines Matching refs:mos

204   micro_operation *mos;  member
486 if (VTI (bb)->mos[i].type == MO_ADJUST) in bb_stack_adjust_offset()
487 offset += VTI (bb)->mos[i].u.adjust; in bb_stack_adjust_offset()
488 else if (VTI (bb)->mos[i].type != MO_CALL) in bb_stack_adjust_offset()
490 if (MEM_P (VTI (bb)->mos[i].u.loc)) in bb_stack_adjust_offset()
492 VTI (bb)->mos[i].u.loc in bb_stack_adjust_offset()
493 = adjust_stack_reference (VTI (bb)->mos[i].u.loc, -offset); in bb_stack_adjust_offset()
1643 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in add_uses()
1660 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in add_uses()
1688 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in add_stores()
1712 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in add_stores()
1747 switch (VTI (bb)->mos[i].type) in compute_bb_dataflow()
1757 rtx loc = VTI (bb)->mos[i].u.loc; in compute_bb_dataflow()
1768 rtx loc = VTI (bb)->mos[i].u.loc; in compute_bb_dataflow()
1779 rtx loc = VTI (bb)->mos[i].u.loc; in compute_bb_dataflow()
1790 rtx loc = VTI (bb)->mos[i].u.loc; in compute_bb_dataflow()
1801 rtx loc = VTI (bb)->mos[i].u.loc; in compute_bb_dataflow()
1811 out->stack_adjust += VTI (bb)->mos[i].u.adjust; in compute_bb_dataflow()
2608 rtx insn = VTI (bb)->mos[i].insn; in emit_notes_in_bb()
2610 switch (VTI (bb)->mos[i].type) in emit_notes_in_bb()
2627 rtx loc = VTI (bb)->mos[i].u.loc; in emit_notes_in_bb()
2640 rtx loc = VTI (bb)->mos[i].u.loc; in emit_notes_in_bb()
2653 rtx loc = VTI (bb)->mos[i].u.loc; in emit_notes_in_bb()
2666 rtx loc = VTI (bb)->mos[i].u.loc; in emit_notes_in_bb()
2679 rtx loc = VTI (bb)->mos[i].u.loc; in emit_notes_in_bb()
2691 set.stack_adjust += VTI (bb)->mos[i].u.adjust; in emit_notes_in_bb()
2847 VTI (bb)->mos = XNEWVEC (micro_operation, VTI (bb)->n_mos); in vt_initialize()
2861 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in vt_initialize()
2876 while (n1 < n2 && VTI (bb)->mos[n1].type == MO_USE) in vt_initialize()
2878 while (n1 < n2 && VTI (bb)->mos[n2].type == MO_USE_NO_VAR) in vt_initialize()
2884 sw = VTI (bb)->mos[n1]; in vt_initialize()
2885 VTI (bb)->mos[n1] = VTI (bb)->mos[n2]; in vt_initialize()
2886 VTI (bb)->mos[n2] = sw; in vt_initialize()
2892 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in vt_initialize()
2908 while (n1 < n2 && VTI (bb)->mos[n1].type == MO_CLOBBER) in vt_initialize()
2910 while (n1 < n2 && (VTI (bb)->mos[n2].type == MO_SET in vt_initialize()
2911 || VTI (bb)->mos[n2].type == MO_COPY)) in vt_initialize()
2917 sw = VTI (bb)->mos[n1]; in vt_initialize()
2918 VTI (bb)->mos[n1] = VTI (bb)->mos[n2]; in vt_initialize()
2919 VTI (bb)->mos[n2] = sw; in vt_initialize()
2925 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; in vt_initialize()
2964 free (VTI (bb)->mos); in vt_finalize()