Home
last modified time | relevance | path

Searched refs:class_size (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h44 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
62 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
81 uptr class_size; member
94 c->class_size = size; in InitCache()
170 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
184 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
209 uptr class_size; member
225 c->class_size = size; in InitCache()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h49 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
67 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
86 uptr class_size; member
99 c->class_size = size; in InitCache()
169 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
183 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
208 uptr class_size; member
224 c->class_size = size; in InitCache()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h51 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
69 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
88 uptr class_size; member
101 c->class_size = size; in InitCache()
171 stats_.Add(AllocatorStatAllocated, c->class_size); in Allocate()
185 stats_.Sub(AllocatorStatAllocated, c->class_size); in Deallocate()
210 uptr class_size; member
226 c->class_size = size; in InitCache()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c1022 int j, k, nobj, hard_regno, nregs, class_size; in setup_profitable_hard_regs() local
1114 class_size = ira_class_hard_regs_num[aclass]; in setup_profitable_hard_regs()
1115 for (j = 0; j < class_size; j++) in setup_profitable_hard_regs()
1537 int i, cost, class_size, freq, mult, div, divisor; in update_conflict_hard_regno_costs() local
1570 class_size = ira_class_hard_regs_num[another_aclass]; in update_conflict_hard_regno_costs()
1586 for (i = class_size - 1; i >= 0; i--) in update_conflict_hard_regno_costs()
1728 int i, j, hard_regno, best_hard_regno, class_size; in assign_hard_reg() local
1746 class_size = ira_class_hard_regs_num[aclass]; in assign_hard_reg()
1748 memset (full_costs, 0, sizeof (int) * class_size); in assign_hard_reg()
1750 memset (costs, 0, sizeof (int) * class_size); in assign_hard_reg()
[all …]
H A Dlra-constraints.c253 int class_size, hard_regno, nregs, i, j; variable
296 class_size = ira_class_hard_regs_num[common_class];
297 for (i = 0; i < class_size; i++)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc1027 int j, k, nobj, hard_regno, nregs, class_size; in setup_profitable_hard_regs() local
1119 class_size = ira_class_hard_regs_num[aclass]; in setup_profitable_hard_regs()
1120 for (j = 0; j < class_size; j++) in setup_profitable_hard_regs()
1590 int i, cost, class_size, freq, mult, div, divisor; in update_conflict_hard_regno_costs() local
1623 class_size = ira_class_hard_regs_num[another_aclass]; in update_conflict_hard_regno_costs()
1639 for (i = class_size - 1; i >= 0; i--) in update_conflict_hard_regno_costs()
1942 int i, j, hard_regno, best_hard_regno, class_size; in assign_hard_reg() local
1962 class_size = ira_class_hard_regs_num[aclass]; in assign_hard_reg()
1964 memset (full_costs, 0, sizeof (int) * class_size); in assign_hard_reg()
1966 memset (costs, 0, sizeof (int) * class_size); in assign_hard_reg()
[all …]
H A Dlra-constraints.cc254 int class_size, hard_regno, nregs, i, j; in in_class_p() local
297 class_size = ira_class_hard_regs_num[common_class]; in in_class_p()
298 for (i = 0; i < class_size; i++) in in_class_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc1064 bool fini_coarray, gfc_expr *class_size) in gfc_build_final_call() argument
1085 gcc_assert (!class_size); in gfc_build_final_call()
1115 gcc_assert (class_size); in gfc_build_final_call()
1117 gfc_conv_expr (&se, class_size); in gfc_build_final_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c991 bool fini_coarray, gfc_expr *class_size) in gfc_build_final_call() argument
1012 gcc_assert (!class_size); in gfc_build_final_call()
1042 gcc_assert (class_size); in gfc_build_final_call()
1044 gfc_conv_expr (&se, class_size); in gfc_build_final_call()