Searched refs:code_to_optab (Results 1 – 4 of 4) sorted by relevance
435 extern GTY(()) optab code_to_optab[NUM_RTX_CODE + 1];
66 optab code_to_optab[NUM_RTX_CODE + 1]; variable1157 optab binop = code_to_optab[(int) code]; in expand_simple_binop()2309 optab unop = code_to_optab[(int) code]; in expand_simple_unop()3916 if ((libfunc = code_to_optab[comparison]->handlers[mode].libfunc)) in prepare_float_lib_cmp()3919 if ((libfunc = code_to_optab[swapped]->handlers[mode].libfunc)) in prepare_float_lib_cmp()3927 if ((libfunc = code_to_optab[reversed]->handlers[mode].libfunc) in prepare_float_lib_cmp()4875 return (code_to_optab[(int) code] != 0 in have_insn_for()4876 && (code_to_optab[(int) code]->handlers[(int) mode].insn_code in have_insn_for()4916 code_to_optab[(int) code] = op; in init_optab()
738 ot = code_to_optab[GET_CODE (y)]; in noce_emit_move_insn()755 ot = code_to_optab[GET_CODE (y)]; in noce_emit_move_insn()
6757 from the code_to_optab table, not a giant switch; use36293 * optabs.h (code_to_optab): Add GTY marker.