Searched refs:pnode (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_timer_host.cpp106 for (OffloadHostTimerData *pnode = timer_data_head;
107 pnode != 0; pnode = pnode->next) {
109 ss << report_get_message_str(c_report_from_file) << " "<< pnode->file;
110 ss << report_get_message_str(c_report_line) << " " << pnode->line;
116 ss << (double)pnode->phases[i].total / frequency << "\n";
121 if (pnode->target.frequency != 0) {
122 time = (double) pnode->target.phases[i].total /
123 (double) pnode
137 Offload_Report_Prolog(OffloadHostTimerData *pnode) argument
178 OffloadHostTimerData *pnode = timer_data; local
[all...]
H A Doffload_timer.h88 #define OFFLOAD_TIMER_START(timer_data, pnode) \
91 offload_timer_start(timer_data, pnode); \
94 #define OFFLOAD_TIMER_STOP(timer_data, pnode) \
97 offload_timer_stop(timer_data, pnode); \
163 #define OFFLOAD_TIMER_START(pnode) \
164 if (timer_enabled) offload_timer_start(pnode);
166 #define OFFLOAD_TIMER_STOP(pnode) \
167 if (timer_enabled) offload_timer_stop(pnode);
/haiku-buildtools/jam/
H A Djamgram.yy75 # define pnode( l,r ) parse_make( F0,l,r,P0,S0,S0,0 )
208 { $$.parse = pnode( $1.parse, $2.parse ); }
234 { $$.parse = pnode( P0, $1.parse ); }
236 { $$.parse = pnode( $3.parse, $1.parse ); }
H A Djamgram.y121 # define pnode( l,r ) parse_make( F0,l,r,P0,S0,S0,0 )
254 { $$.parse = pnode( $1.parse, $2.parse ); }
280 { $$.parse = pnode( P0, $1.parse ); }
282 { $$.parse = pnode( $3.parse, $1.parse ); }
H A Djamgram.c210 # define pnode( l,r ) parse_make( F0,l,r,P0,S0,S0,0 ) macro
1830 { (yyval).parse = pnode( (yyvsp[(1) - (2)]).parse, (yyvsp[(2) - (2)]).parse ); }
1855 { (yyval).parse = pnode( P0, (yyvsp[(1) - (1)]).parse ); }
1860 { (yyval).parse = pnode( (yyvsp[(3) - (3)]).parse, (yyvsp[(1) - (3)]).parse ); }
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dscheduler.h403 char * walk_pedigree_nodes(char *p, const __cilkrts_pedigree *pnode);
H A Drecord-replay.cpp242 * @param pnode The initial pedigree term to be written.
248 char * walk_pedigree_nodes(char *p, const __cilkrts_pedigree *pnode) argument
250 CILK_ASSERT(pnode);
251 if (pnode->parent)
253 p = walk_pedigree_nodes(p, pnode->parent);
257 return p + sprintf(p, "%" PRIu64, pnode->rank);
/haiku-buildtools/gcc/gcc/
H A Dstmt.c1484 case_node_ptr pnode;
1509 for (pnode = node->parent; pnode; pnode = pnode->parent)
1510 if (tree_int_cst_equal (low_minus_one, pnode->high))
1530 case_node_ptr pnode;
1560 for (pnode = node->parent; pnode; pnode
1473 case_node_ptr pnode; local
1519 case_node_ptr pnode; local
[all...]
H A Dvar-tracking.c4543 location_chain pnode; local
4549 pnode = pvar->var_part[0].loc_chain;
4550 gcc_assert (pnode
4551 && !pnode->next
4552 && REG_P (pnode->loc));
4565 if (find_loc_in_1pdv (pnode->loc, var, shared_hash_htab (set->vars)))
4570 for (att = set->regs[REGNO (pnode->loc)]; att; att = att->next)
4572 && GET_MODE (att->loc) == GET_MODE (pnode->loc)
4581 set_variable_part (set, cval, dv, 0, pnode->init, NULL, INSERT);
4582 set_variable_part (set, dv_as_value (dv), att->dv, 0, pnode
[all...]
H A Dtree.c6214 handle_dll_attribute (tree * pnode, tree name, tree args, int flags,
6217 tree node = *pnode;
6193 handle_dll_attribute(tree * pnode, tree name, tree args, int flags, bool *no_add_attrs) argument
H A Ddwarf2out.c6978 limbo_die_node *node, **pnode;
7012 for (node = limbo_die_list, pnode = &limbo_die_list;
7023 *pnode = node->next;
7026 pnode = &node->next;
6968 limbo_die_node *node, **pnode; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dstmt.c5719 case_node_ptr pnode;
5743 for (pnode = node->parent; pnode; pnode = pnode->parent)
5744 if (tree_int_cst_equal (low_minus_one, pnode->high))
5766 case_node_ptr pnode;
5795 for (pnode = node->parent; pnode; pnode
5691 case_node_ptr pnode; local
5738 case_node_ptr pnode; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c1078 char *pnode;
1080 pnode = xstrdup (info_parsed_nodename);
1084 strcmp (info_parsed_nodename, pnode) == 0)
1088 free (pnode);
1093 free (pnode);
1077 char *pnode; local
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c7045 handle_used_attribute (tree *pnode, tree name, tree ARG_UNUSED (args),
7048 tree node = *pnode;
7110 handle_externally_visible_attribute (tree *pnode, tree name,
7115 tree node = *pnode;
7140 handle_no_reorder_attribute (tree *pnode,
7146 tree node = *pnode;
7029 handle_used_attribute(tree *pnode, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
7094 handle_externally_visible_attribute(tree *pnode, tree name, tree ARG_UNUSED (args), int ARG_UNUSED (flags), bool *no_add_attrs) argument
7124 handle_no_reorder_attribute(tree *pnode, tree name, tree, int, bool *no_add_attrs) argument

Completed in 420 milliseconds