Home
last modified time | relevance | path

Searched defs:gs (Results 1 – 25 of 40) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple.h1185 gimple_statement_structure (gimple gs) in gimple_statement_structure()
1746 gimple_num_ops (const_gimple gs) in gimple_num_ops()
1755 gimple_set_num_ops (gimple gs, unsigned num_ops) in gimple_set_num_ops()
1764 gimple_ops (gimple gs) in gimple_ops()
1781 gimple_op (const_gimple gs, unsigned i) in gimple_op()
1795 gimple_op_ptr (const_gimple gs, unsigned i) in gimple_op_ptr()
1809 gimple_set_op (gimple gs, unsigned i, tree op) in gimple_set_op()
1817 gimple_ops (gs)[i] = op; in gimple_set_op() local
1823 is_gimple_assign (const_gimple gs) in is_gimple_assign()
1840 gimple_assign_lhs (const_gimple gs) in gimple_assign_lhs()
[all …]
H A Dgimple-pretty-print.c50 do_niy (pretty_printer *buffer, gimple gs) in do_niy()
86 debug_gimple_stmt (gimple gs) in debug_gimple_stmt()
128 gimple gs = gsi_stmt (i); in dump_gimple_seq() local
250 dump_unary_rhs (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_unary_rhs()
334 dump_binary_rhs (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_binary_rhs()
388 dump_ternary_rhs (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_ternary_rhs()
473 dump_gimple_assign (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_gimple_assign()
524 dump_gimple_return (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_gimple_return()
548 dump_gimple_call_args (pretty_printer *buffer, gimple gs, int flags) in dump_gimple_call_args()
624 dump_gimple_call (pretty_printer *buffer, gimple gs, int spc, int flags) in dump_gimple_call()
[all …]
H A Dtree-flow-inline.h440 gimple_phi_arg_imm_use_ptr (gimple gs, int i) in gimple_phi_arg_imm_use_ptr()
448 gimple_phi_arg_def (gimple gs, size_t index) in gimple_phi_arg_def()
457 gimple_phi_arg_def_ptr (gimple gs, size_t index) in gimple_phi_arg_def_ptr()
465 gimple_phi_arg_edge (gimple gs, size_t i) in gimple_phi_arg_edge()
473 gimple_phi_arg_location (gimple gs, size_t i) in gimple_phi_arg_location()
481 gimple_phi_arg_location_from_edge (gimple gs, edge e) in gimple_phi_arg_location_from_edge()
489 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc) in gimple_phi_arg_set_location()
497 gimple_phi_arg_has_location (gimple gs, size_t i) in gimple_phi_arg_has_location()
H A Dgimplify.c178 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple gs) in gimple_seq_add_stmt_without_update()
197 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple gs) in gimplify_seq_add_stmt()
771 should_carry_location_p (gimple gs) in should_carry_location_p()
805 annotate_one_with_location (gimple gs, location_t location) in annotate_one_with_location()
842 gimple gs = gsi_stmt (i); in annotate_all_with_location() local
1258 gimple gs; in gimplify_bind_expr() local
3279 gimple gs; in gimplify_modify_expr_to_memcpy() local
3326 gimple gs; in gimplify_modify_expr_to_memset() local
6601 enum gimplify_status gs; in goa_stabilize_expr() local
H A Dgimple.c1188 gimple_check_failed (const_gimple gs, const char *file, int line, in gimple_check_failed()
1255 gimple_seq_add_stmt (gimple_seq *seq_p, gimple gs) in gimple_seq_add_stmt()
2063 gimple_assign_copy_p (gimple gs) in gimple_assign_copy_p()
2073 gimple_assign_ssa_name_copy_p (gimple gs) in gimple_assign_ssa_name_copy_p()
2096 gimple_assign_unary_nop_p (gimple gs) in gimple_assign_unary_nop_p()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-pretty-print.c54 do_niy (pretty_printer *buffer, gimple *gs) in do_niy()
74 debug_gimple_stmt (gimple *gs) in debug_gimple_stmt()
198 gimple *gs = gsi_stmt (i); in dump_gimple_seq() local
322 dump_unary_rhs (pretty_printer *buffer, gassign *gs, int spc, in dump_unary_rhs()
415 dump_binary_rhs (pretty_printer *buffer, gassign *gs, int spc, in dump_binary_rhs()
473 dump_ternary_rhs (pretty_printer *buffer, gassign *gs, int spc, in dump_ternary_rhs()
600 dump_gimple_assign (pretty_printer *buffer, gassign *gs, int spc, in dump_gimple_assign()
662 dump_gimple_return (pretty_printer *buffer, greturn *gs, int spc, in dump_gimple_return()
693 dump_gimple_call_args (pretty_printer *buffer, gcall *gs, dump_flags_t flags) in dump_gimple_call_args()
849 dump_gimple_call (pretty_printer *buffer, gcall *gs, int spc, in dump_gimple_call()
[all …]
H A Dgimple-predict.h29 gimple_predict_predictor (gimple *gs) in gimple_predict_predictor()
39 gimple_predict_set_predictor (gimple *gs, enum br_predictor predictor) in gimple_predict_set_predictor()
50 gimple_predict_outcome (gimple *gs) in gimple_predict_outcome()
60 gimple_predict_set_outcome (gimple *gs, enum prediction outcome) in gimple_predict_set_outcome()
86 is_gimple_predict (const gimple *gs) in is_gimple_predict()
H A Dgimple-ssa-strength-reduction.c678 alloc_cand_and_find_basis (enum cand_kind kind, gimple *gs, tree base, in alloc_cand_and_find_basis()
723 stmt_cost (gimple *gs, bool speed) in stmt_cost()
792 add_cand_for_stmt (gimple *gs, slsr_cand_t c) in add_cand_for_stmt()
1039 slsr_process_ref (gimple *gs) in slsr_process_ref()
1081 create_mul_ssa_cand (gimple *gs, tree base_in, tree stride_in, bool speed) in create_mul_ssa_cand()
1155 create_mul_imm_cand (gimple *gs, tree base_in, tree stride_in, bool speed) in create_mul_imm_cand()
1245 slsr_process_mul (gimple *gs, tree rhs1, tree rhs2, bool speed) in slsr_process_mul()
1288 create_add_ssa_cand (gimple *gs, tree base_in, tree addend_in, in create_add_ssa_cand()
1410 create_add_imm_cand (gimple *gs, tree base_in, const widest_int &index_in, in create_add_imm_cand()
1476 slsr_process_add (gimple *gs, tree rhs1, tree rhs2, bool speed) in slsr_process_add()
[all …]
H A Dtree-phinodes.h35 gimple_phi_arg_imm_use_ptr (gimple *gs, int i) in gimple_phi_arg_imm_use_ptr()
H A Dgimple.c1229 gimple_check_failed (const gimple *gs, const char *file, int line, in gimple_check_failed()
1249 gimple_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt()
1266 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt_without_update()
1309 should_carry_location_p (gimple *gs) in should_carry_location_p()
1323 annotate_one_with_location (gimple *gs, location_t location) in annotate_one_with_location()
1360 gimple *gs = gsi_stmt (i); in annotate_all_with_location() local
1548 gimple_assign_copy_p (gimple *gs) in gimple_assign_copy_p()
1558 gimple_assign_ssa_name_copy_p (gimple *gs) in gimple_assign_ssa_name_copy_p()
1581 gimple_assign_unary_nop_p (gimple *gs) in gimple_assign_unary_nop_p()
H A Ddumpfile.c366 gimple *gs, int spc) in dump_gimple_stmt()
379 dump_flags_t extra_dump_flags, gimple *gs, int spc) in dump_gimple_stmt_loc()
/dflybsd-src/lib/libc/locale/
H A Dgbk.c99 _GBKState *gs; in _GBK_mbrtowc() local
159 _GBKState *gs; in _GBK_wcrtomb() local
H A Dgb18030.c94 _GB18030State *gs; in _GB18030_mbrtowc() local
177 _GB18030State *gs; in _GB18030_wcrtomb() local
H A Dgb2312.c111 _GB2312State *gs; in _GB2312_mbrtowc() local
151 _GB2312State *gs; in _GB2312_wcrtomb() local
/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-opc.c33 const seg_entry gs = { "gs", 0x65 }; variable
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A Di386-opc.c32 const seg_entry gs = { "gs", 0x65 }; variable
/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Di386-opc.c32 const seg_entry gs = { "gs", 0x65 }; variable
/dflybsd-src/lib/libc/stdio/
H A Dvfprintf.c94 grouping_init(struct grouping_state *gs, int ndigits, locale_t loc) in grouping_init()
122 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
314 struct grouping_state gs; /* thousands' grouping info */ in __vfprintf() local
H A Dvfwprintf.c123 grouping_init(struct grouping_state *gs, int ndigits, locale_t locale) in grouping_init()
148 grouping_print(struct grouping_state *gs, struct io_state *iop, in grouping_print()
393 struct grouping_state gs; /* thousands' grouping info */ in __vfwprintf() local
/dflybsd-src/test/stress/
H A Deattls.c31 int gs; in main() local
/dflybsd-src/contrib/elftoolchain/libelf/
H A Dgelf_sym.c99 gelf_update_sym(Elf_Data *ed, int ndx, GElf_Sym *gs) in gelf_update_sym()
H A Dgelf_syminfo.c96 gelf_update_syminfo(Elf_Data *ed, int ndx, GElf_Syminfo *gs) in gelf_update_syminfo()
H A Dgelf_symshndx.c88 gelf_update_symshndx(Elf_Data *d, Elf_Data *id, int ndx, GElf_Sym *gs, in gelf_update_symshndx()
/dflybsd-src/stand/boot/pc32/btx/lib/
H A Dbtxv86.h36 uint32_t gs; /* V86 GS register */ member
/dflybsd-src/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local

12