Home
last modified time | relevance | path

Searched refs:gimple_build_with_ops (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.cc178 #define gimple_build_with_ops(c, s, n) \ macro
198 = as_a <greturn *> (gimple_build_with_ops (GIMPLE_RETURN, ERROR_MARK, in gimple_build_return()
229 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_1()
308 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_internal_1()
519 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4)); in gimple_build_cond()
559 = as_a <glabel *> (gimple_build_with_ops (GIMPLE_LABEL, ERROR_MARK, 1)); in gimple_build_label()
570 = as_a <ggoto *> (gimple_build_with_ops (GIMPLE_GOTO, ERROR_MARK, 1)); in gimple_build_goto()
617 gimple_build_with_ops (GIMPLE_ASM, ERROR_MARK, in gimple_build_asm_1()
774 = as_a <gresx *> (gimple_build_with_ops (GIMPLE_RESX, ERROR_MARK, 0)); in gimple_build_resx()
790 gswitch *p = as_a <gswitch *> (gimple_build_with_ops (GIMPLE_SWITCH, in gimple_build_switch_nlabels()
[all …]
H A DChangeLog.tuples1512 (gimple_build_with_ops): Likewise.
7276 (gimple_build_with_ops): New.
H A DChangeLog-20099721 (gimple_build_resx): Use gimple_build_with_ops.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c175 #define gimple_build_with_ops(c, s, n) \ macro
195 = as_a <greturn *> (gimple_build_with_ops (GIMPLE_RETURN, ERROR_MARK, in gimple_build_return()
226 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_1()
305 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_internal_1()
512 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4)); in gimple_build_cond()
552 = as_a <glabel *> (gimple_build_with_ops (GIMPLE_LABEL, ERROR_MARK, 1)); in gimple_build_label()
563 = as_a <ggoto *> (gimple_build_with_ops (GIMPLE_GOTO, ERROR_MARK, 1)); in gimple_build_goto()
614 gimple_build_with_ops (GIMPLE_ASM, ERROR_MARK, in gimple_build_asm_1()
771 = as_a <gresx *> (gimple_build_with_ops (GIMPLE_RESX, ERROR_MARK, 0)); in gimple_build_resx()
787 gswitch *p = as_a <gswitch *> (gimple_build_with_ops (GIMPLE_SWITCH, in gimple_build_switch_nlabels()
[all …]