Searched refs:tpa (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-live.c866 tpa_p tpa; local
873 tpa = (tpa_p) xmalloc (sizeof (struct tree_partition_associator_d));
874 tpa->num_trees = 0;
875 tpa->uncompressed_num = -1;
876 tpa->map = map;
877 tpa->next_partition = (int *)xmalloc (num_partitions * sizeof (int));
878 memset (tpa->next_partition, TPA_NONE, num_partitions * sizeof (int));
880 tpa->partition_to_tree_map = (int *)xmalloc (num_partitions * sizeof (int));
881 memset (tpa->partition_to_tree_map, TPA_NONE, num_partitions * sizeof (int));
884 tpa
895 tpa_remove_partition(tpa_p tpa, int tree_index, int partition_index) argument
922 tpa_delete(tpa_p tpa) argument
940 tpa_compact(tpa_p tpa) argument
1368 add_conflicts_if_valid(tpa_p tpa, conflict_graph graph, var_map map, bitmap vec, tree var) argument
1396 build_tree_conflict_graph(tree_live_info_p liveinfo, tpa_p tpa, coalesce_list_p cl) argument
1564 coalesce_tpa_members(tpa_p tpa, conflict_graph graph, var_map map, coalesce_list_p cl, FILE *debug) argument
1777 tpa_dump(FILE *f, tpa_p tpa) argument
[all...]
H A Dtree-ssa-live.h368 tpa_num_trees (tpa_p tpa) argument
370 return tpa->num_trees;
377 tpa_tree (tpa_p tpa, int i) argument
379 return VEC_index (tree, tpa->trees, i);
386 tpa_first_partition (tpa_p tpa, int i) argument
388 return VEC_index (int, tpa->first_partition, i);
395 tpa_next_partition (tpa_p tpa, int i) argument
397 return tpa->next_partition[i];
405 tpa_find_tree (tpa_p tpa, int i) argument
409 index = tpa
425 tpa_decompact(tpa_p tpa) argument
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dphysical.S74 tpa r19=loc4 // new bspstore
77 tpa r20=loc3 // new sp
86 tpa r14=r15
187 tpa r19=r14 // new bspstore
190 tpa r20=r15 // new sp
197 tpa r21=r22
200 tpa r14=r15
H A Dexception.S166 * fact that the tpa instruction can cause a nested TLB fault.
178 tpa r24=r30 // Nested TLB fault possible
452 tpa r9=sp
/freebsd-9.3-release/sys/netatalk/
H A Daarp.c370 struct at_addr spa, tpa, ma; local
403 bcopy(ea->aarp_tpnet, &tpa.s_net, sizeof(tpa.s_net));
425 tpa.s_net = spa.s_net = AA_SAT(aa)->sat_addr.s_net;
429 tpa.s_node = ea->aarp_tpnode;
495 } else if ((tpa.s_net == ma.s_net) && (tpa.s_node == ma.s_node)
508 if (tpa.s_net != ma.s_net || tpa.s_node != ma.s_node ||

Completed in 163 milliseconds