Lines Matching refs:XCNEW
70 g->flag_state = XCNEW (class target_flag_state);
71 g->regs = XCNEW (struct target_regs);
73 g->recog = XCNEW (struct target_recog);
74 g->hard_regs = XCNEW (struct target_hard_regs);
75 g->function_abi_info = XCNEW (struct target_function_abi_info);
76 g->reload = XCNEW (struct target_reload);
77 g->expmed = XCNEW (struct target_expmed);
78 g->optabs = XCNEW (struct target_optabs);
80 g->cfgloop = XCNEW (struct target_cfgloop);
81 g->ira = XCNEW (struct target_ira);
82 g->ira_int = XCNEW (class target_ira_int);
83 g->builtins = XCNEW (struct target_builtins);
84 g->gcse = XCNEW (struct target_gcse);
85 g->bb_reorder = XCNEW (struct target_bb_reorder);
86 g->lower_subreg = XCNEW (struct target_lower_subreg);