Searched refs:subroutine_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenemit.c135 gen_rtx_scratch (rtx x, enum rtx_code subroutine_type)
137 if (subroutine_type == DEFINE_PEEPHOLE2)
151 gen_exp (rtx x, enum rtx_code subroutine_type, char *used)
194 gen_exp (XVECEXP (x, 1, i), subroutine_type, used);
208 gen_exp (XVECEXP (x, 2, i), subroutine_type, used);
219 gen_rtx_scratch (x, subroutine_type);
285 gen_exp (XEXP (x, i), subroutine_type, used);
303 gen_exp (XVECEXP (x, i, j), subroutine_type, used);
133 gen_rtx_scratch(rtx x, enum rtx_code subroutine_type) argument
149 gen_exp(rtx x, enum rtx_code subroutine_type, char *used) argument
283 gen_exp (XEXP (x, i), subroutine_type, used); local
301 gen_exp (XVECEXP (x, i, j), subroutine_type, used); local
H A Dgenrecog.c2084 enum routine_type subroutine_type)
2142 gcc_assert (subroutine_type == RECOG);
2159 enum routine_type subroutine_type)
2192 switch (subroutine_type)
2245 is_unconditional (struct decision_test *t, enum routine_type subroutine_type)
2252 switch (subroutine_type)
2273 enum routine_type subroutine_type)
2296 uncond = is_unconditional (test, subroutine_type);
2300 write_cond (test, depth, subroutine_type);
2305 if (is_unconditional (test, subroutine_type))
2076 write_cond(struct decision_test *p, int depth, enum routine_type subroutine_type) argument
2150 write_action(struct decision *p, struct decision_test *test, int depth, int uncond, struct decision *success, enum routine_type subroutine_type) argument
2238 is_unconditional(struct decision_test *t, enum routine_type subroutine_type) argument
2265 write_node(struct decision *p, int depth, enum routine_type subroutine_type) argument
2316 write_tree_1(struct decision_head *head, int depth, enum routine_type subroutine_type) argument
2706 process_tree(struct decision_head *head, enum routine_type subroutine_type) argument
[all...]

Completed in 78 milliseconds