Home | History | Annotate | Download | only in gcc

Lines Matching defs:asm_stmt

1420 		gasm *asm_stmt = as_a <gasm *> (stmt);
1421 walk_stmt_load_store_addr_ops (asm_stmt, NULL, NULL, NULL,
1423 if (stmt_ends_bb_p (asm_stmt)
1424 && !single_succ_p (gimple_bb (asm_stmt)))
1426 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
1428 t = TREE_VALUE (gimple_asm_input_op (asm_stmt, i));
1431 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
1433 t = TREE_VALUE (gimple_asm_output_op (asm_stmt, i));
1439 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
1441 t = TREE_VALUE (gimple_asm_input_op (asm_stmt, i));
1442 ret |= build_access_from_expr (t, asm_stmt, false);
1444 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
1446 t = TREE_VALUE (gimple_asm_output_op (asm_stmt, i));
1447 ret |= build_access_from_expr (t, asm_stmt, true);
4649 gasm *asm_stmt = as_a <gasm *> (stmt);
4650 for (i = 0; i < gimple_asm_ninputs (asm_stmt); i++)
4652 t = &TREE_VALUE (gimple_asm_input_op (asm_stmt, i));
4655 for (i = 0; i < gimple_asm_noutputs (asm_stmt); i++)
4657 t = &TREE_VALUE (gimple_asm_output_op (asm_stmt, i));