Searched refs:gimple_asm_set_input_op (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple.c | 641 gimple_asm_set_input_op (p, i, (*inputs)[i]); in gimple_build_asm_vec()
|
H A D | gimple.h | 3852 gimple_asm_set_input_op (gasm *asm_stmt, unsigned index, tree in_op)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimple.h | 2973 gimple_asm_set_input_op (gimple gs, unsigned index, tree in_op) in gimple_asm_set_input_op() function
|
H A D | gimple.c | 685 gimple_asm_set_input_op (p, i, VEC_index (tree, inputs, i)); in gimple_build_asm_vec()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 959 @deftypefn {GIMPLE function} void gimple_asm_set_input_op (gimple g, unsigned index, tree in_op)
|