Home
last modified time | relevance | path

Searched refs:ASM_INPUT_P (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc1464 ASM_INPUT_P (exp) = 1; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc1451 ASM_INPUT_P (exp) = 1; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2273 ASM_INPUT_P (asm_stmt) = 0; /* extended asm stmts are not "simple". */ in add_extended_asm()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h1291 #define ASM_INPUT_P(NODE) (ASM_EXPR_CHECK (NODE)->base.static_flag) macro
H A Dgimplify.c6534 gimple_asm_set_input (stmt, ASM_INPUT_P (expr)); in gimplify_asm_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h1320 #define ASM_INPUT_P(NODE) (ASM_EXPR_CHECK (NODE)->base.static_flag) macro
H A DChangeLog.tuples3102 (gimplify_asm_expr): Carry ASM_VOLATILE_P and ASM_INPUT_P
3108 Set ASM_VOLATILE_P and ASM_INPUT_P for ASM_EXPRs.
H A Dgimplify.cc6857 gimple_asm_set_input (stmt, ASM_INPUT_P (expr)); in gimplify_asm_expr()
H A DChangeLog.tree-ssa15561 ASM_INPUTS, ASM_CLOBBERS, ASM_VOLATILE_P, ASM_INPUT_P): Move to tree.h.
H A DChangeLog-200433216 ASM_INPUT_P, DECL_C_HARD_REGISTER): Remove.
34014 ASM_INPUT_P, ASM_VOLATILE_P, COND_EXPR_COND,
H A DChangeLog-200818465 (ASM_INPUT_P): Likewise.
H A DChangeLog-200133421 * c-common.h (ASM_INPUT_P): New.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20013866 * parse.y (asm): Set ASM_INPUT_P.
H A DChangeLog-20023000 * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
H A Dpt.cc19047 ASM_INPUT_P (asm_expr) = ASM_INPUT_P (t); in tsubst_expr()
H A Dparser.cc22170 ASM_INPUT_P (temp) = 1; in cp_parser_asm_definition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c18435 ASM_INPUT_P (asm_expr) = ASM_INPUT_P (t); in tsubst_expr()
H A Dparser.c20441 ASM_INPUT_P (temp) = 1; in cp_parser_asm_definition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c10615 ASM_INPUT_P (args) = simple; in build_asm_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc10791 ASM_INPUT_P (args) = simple; in build_asm_expr()