Searched refs:HOST_WIDEST_INT (Results 1 – 25 of 28) sorted by relevance
12
| /freebsd-10-stable/contrib/gcc/ |
| D | hwint.h | 100 # define HOST_WIDEST_INT HOST_WIDE_INT macro 110 # define HOST_WIDEST_INT long long macro 114 # define HOST_WIDEST_INT __int64 macro
|
| D | gcov-dump.c | 431 (HOST_WIDEST_INT)summary.ctrs[ix].sum_all); in tag_summary() 433 (HOST_WIDEST_INT)summary.ctrs[ix].run_max); in tag_summary() 435 (HOST_WIDEST_INT)summary.ctrs[ix].sum_max); in tag_summary()
|
| D | cfgloop.h | 324 unsigned HOST_WIDEST_INT niter; 327 unsigned HOST_WIDEST_INT niter_max;
|
| D | loop-iv.c | 1247 static unsigned HOST_WIDEST_INT 1248 inverse (unsigned HOST_WIDEST_INT x, int mod) in inverse() 1250 unsigned HOST_WIDEST_INT mask = in inverse() 1251 ((unsigned HOST_WIDEST_INT) 1 << (mod - 1) << 1) - 1; in inverse() 1252 unsigned HOST_WIDEST_INT rslt = 1; in inverse() 1266 static unsigned HOST_WIDEST_INT 1271 unsigned HOST_WIDEST_INT nmax, inc; in determine_max_iter() 1998 unsigned HOST_WIDEST_INT s, size, d, inv; in iv_number_of_iterations() 1999 HOST_WIDEST_INT up, down, inc, step_val; in iv_number_of_iterations() 2340 bound = GEN_INT (((unsigned HOST_WIDEST_INT) 1 << (size - 1 ) << 1) - 1); in iv_number_of_iterations() [all …]
|
| D | modulo-sched.c | 307 HOST_WIDEST_INT * count) in const_iteration_count() 1003 (HOST_WIDEST_INT) bb->count); in sms_schedule() 1007 (HOST_WIDEST_INT) trip_count); in sms_schedule() 1011 (HOST_WIDEST_INT) profile_info->sum_max); in sms_schedule() 1069 HOST_WIDEST_INT loop_count = 0; in sms_schedule() 1101 (HOST_WIDEST_INT) bb->count); in sms_schedule() 1105 (HOST_WIDEST_INT) profile_info->sum_max); in sms_schedule()
|
| D | cgraph.c | 714 (HOST_WIDEST_INT)node->count); in dump_cgraph_node() 751 (HOST_WIDEST_INT)edge->count); in dump_cgraph_node() 765 (HOST_WIDEST_INT)edge->count); in dump_cgraph_node()
|
| D | alloc-pool.c | 47 HOST_WIDEST_INT align_i;
|
| D | gcov-io.h | 212 typedef HOST_WIDEST_INT gcov_type;
|
| D | pretty-print.h | 273 pp_scalar (PP, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) I)
|
| D | gengtype-lex.l | 57 IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|HOST_WIDEST_INT|bool|size_t|BOOL_BITFIELD
|
| D | loop-doloop.c | 349 <= ((unsigned HOST_WIDEST_INT) 1 in doloop_modify()
|
| D | cfghooks.c | 248 fprintf (outf, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT) bb->count); in dump_bb()
|
| D | basic-block.h | 115 typedef HOST_WIDEST_INT gcov_type;
|
| D | profile.c | 346 (HOST_WIDEST_INT) e->count); in compute_branch_probabilities()
|
| D | cfg.c | 969 #define MAX_SAFE_MULTIPLIER (1 << (sizeof (HOST_WIDEST_INT) * 4 - 1))
|
| D | ipa-inline.c | 933 max_insns = ((HOST_WIDEST_INT) max_insns in cgraph_decide_inlining()
|
| D | bt-load.c | 1417 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth, in migrate_btr_defs()
|
| D | gcov.c | 1369 sprintf (buffer, HOST_WIDEST_INT_PRINT_DEC, (HOST_WIDEST_INT)top); in format_gcov()
|
| D | loop-unroll.c | 1222 (HOST_WIDEST_INT) (niter + 1)); in decide_peel_simple()
|
| D | ggc-page.c | 218 HOST_WIDEST_INT i;
|
| D | ggc-zone.c | 214 HOST_WIDEST_INT i;
|
| D | ChangeLog-2001 | 3264 int_size_in_bytes to unsigned HOST_WIDEST_INT so that -1 > 8. 17359 variables of type HOST_WIDEST_INT. 27459 Move the HOST_WIDEST_INT setup logic here from system.h. 27460 Provide HOST_WIDEST_INT even if HOST_BITS_PER_LONGLONG is not 27462 * system.h: Include hwint.h after limits.h. HOST_WIDEST_INT
|
| D | ChangeLog-1999 | 18712 HOST_WIDEST_INT/HOST_BITS_PER_WIDEST_INT. 18719 Replace all instances of HOST_WIDE_INT with HOST_WIDEST_INT. 19464 * system.h: Provide a definition for HOST_WIDEST_INT, etc.
|
| D | ChangeLog.tree-ssa | 4246 * gengtype-lex.l (IWOrD): Add HOST_WIDEST_INT
|
| D | ChangeLog-2003 | 37587 make HOST_WIDEST_INT 32 bits.
|
12