Searched refs:machfun (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-tree.c430 machine_function *machfun = cfun->machine; local
441 if (machfun->reduc_decls
442 && offset < machfun->reduc_decls->length ()
443 && (existing_decl = (*machfun->reduc_decls)[offset]))
459 vec_safe_grow_cleared (machfun->reduc_decls, offset + 1);
460 (*machfun->reduc_decls)[offset] = decl;
706 machine_function *machfun = cfun->machine; local
717 if (machfun)
718 machfun->use_flat_addressing = true;
H A Dgcn.c5282 machine_function *machfun = cfun->machine; local
5284 if ((offset = machfun->lds_allocs->get (var)))
5294 machfun->lds_allocated = ((machfun->lds_allocated + align - 1)
5297 machfun->lds_allocs->put (var, machfun->lds_allocated);
5298 fprintf (f, "%u", machfun->lds_allocated);
5299 machfun->lds_allocated += size;
5300 if (machfun->lds_allocated > LDS_SIZE)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-tree.cc311 machine_function *machfun = cfun->machine; local
322 < (machfun->reduction_limit - machfun->reduction_base));
324 tree addr = build_int_cst (ptr_type, machfun->reduction_base + offset);
541 machine_function *machfun = cfun->machine; local
552 if (machfun)
553 machfun->use_flat_addressing = true;
H A Dgcn.cc5206 machine_function *machfun = cfun->machine; local
5207 machfun->reduction_base = gang_private_size_opt;
5208 machfun->reduction_limit

Completed in 147 milliseconds