Searched refs:dep_insn_type (Results 1 – 3 of 3) sorted by relevance
245 enum attr_type insn_type, dep_insn_type; in ix86_adjust_cost() local261 dep_insn_type = get_attr_type (dep_insn); in ix86_adjust_cost()318 if (dep_insn_type == TYPE_IMOV in ix86_adjust_cost()319 || dep_insn_type == TYPE_FMOV) in ix86_adjust_cost()330 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP)) in ix86_adjust_cost()347 if (dep_insn_type == TYPE_IMOV in ix86_adjust_cost()348 || dep_insn_type == TYPE_FMOV) in ix86_adjust_cost()366 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP)) in ix86_adjust_cost()406 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP)) in ix86_adjust_cost()441 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP)) in ix86_adjust_cost()
3330 enum attr_type dep_insn_type; in bfin_adjust_cost() local3343 dep_insn_type = get_attr_type (dep_insn); in bfin_adjust_cost()3345 if (dep_insn_type == TYPE_MOVE || dep_insn_type == TYPE_MCLD) in bfin_adjust_cost()3357 return cost + (dep_insn_type == TYPE_MOVE ? 4 : 3); in bfin_adjust_cost()
4738 enum attr_type dep_insn_type; in alpha_adjust_cost() local4750 dep_insn_type = get_attr_type (dep_insn); in alpha_adjust_cost()4753 if (dep_insn_type == TYPE_ILD in alpha_adjust_cost()4754 || dep_insn_type == TYPE_FLD in alpha_adjust_cost()4755 || dep_insn_type == TYPE_LDSYM) in alpha_adjust_cost()