Lines Matching refs:off_cnt

601 	s8 off_cnt;	/* 0 = offset-imprecise, 1-4 = # of precise offsets */  member
633 if (at->off_cnt == 0) { in verbose_arg_track()
636 for (i = 0; i < at->off_cnt; i++) { in verbose_arg_track()
656 if (a->off_cnt != b->off_cnt) in arg_track_eq()
658 for (i = 0; i < a->off_cnt; i++) in arg_track_eq()
670 at.off_cnt = 1; in arg_single()
685 while (i < a.off_cnt && j < b.off_cnt) { in arg_merge_offsets()
701 while (i < a.off_cnt) { in arg_merge_offsets()
706 while (j < b.off_cnt) { in arg_merge_offsets()
711 result.off_cnt = k; in arg_merge_offsets()
747 if (a.off_cnt == 0 || b.off_cnt == 0) in __arg_track_join()
767 if (a.off_cnt == 1) in __arg_track_join()
772 if (b.off_cnt == 1) in __arg_track_join()
823 dst->off_cnt = 0; in arg_track_alu64()
831 dst->off_cnt = 0; in arg_track_alu64()
855 if (at->off_cnt == 0) in arg_padd()
857 for (i = 0; i < at->off_cnt; i++) { in arg_padd()
861 at->off_cnt = 0; in arg_padd()
899 cnt = at_out[reg].off_cnt; in fill_from_stack()
937 cnt = at_out[reg].off_cnt; in spill_to_stack()
998 cnt = at_out[reg].off_cnt; in clear_stack_for_all_offs()
1086 dst->off_cnt = 0; in arg_track_xfer()
1250 if (arg->off_cnt == 0) { in record_stack_access()
1255 if (access_bytes != S64_MIN && access_bytes < 0 && arg->off_cnt != 1) in record_stack_access()
1259 for (i = 0; i < arg->off_cnt; i++) { in record_stack_access()
1326 if (ptr->off_cnt > 0) { in record_load_store_access()
1327 resolved.off_cnt = ptr->off_cnt; in record_load_store_access()
1329 for (oi = 0; oi < ptr->off_cnt; oi++) { in record_load_store_access()
1331 resolved.off_cnt = 0; in record_load_store_access()