Home | History | Annotate | Download | only in gcc

Lines Matching defs:asm_stmt

1929 	      gasm *asm_stmt = as_a <gasm *> (stmt);
1930 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
1932 tree link = gimple_asm_output_op (asm_stmt, i);
1947 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
1949 tree link = gimple_asm_input_op (asm_stmt, i);
2238 gasm *asm_stmt = as_a <gasm *> (stmt);
2240 for (i = 0; i < gimple_asm_noutputs (asm_stmt); ++i)
2242 tree link = gimple_asm_output_op (asm_stmt, i);
2246 for (i = 0; i < gimple_asm_ninputs (asm_stmt); ++i)
2248 tree link = gimple_asm_input_op (asm_stmt, i);