Searched refs:is_math (Results 1 – 8 of 8) sorted by relevance
95 bool is_math() const;
241 if (devinfo->gen == 6 && is_math()) in can_do_source_mods()299 if (devinfo->gen == 6 && is_math()) in can_do_writemask()1039 return (inst->mlen || inst->predicate || inst->is_math()); in is_dep_ctrl_unsafe()1135 if (devinfo->gen == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW) in can_reswizzle()1310 if (scan_inst->is_math()) { in opt_register_coalesce()
534 return is_send(inst) || inst->is_math(); in is_unordered()
1768 if (devinfo->gen < 6 && chosen->inst->is_math()) { in schedule_instructions()1770 if (n->inst->is_math()) in schedule_instructions()
897 backend_instruction::is_math() const in is_math() function in backend_instruction
806 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : in update_inst_scoreboard()
420 if (inst->is_math()) { in can_take_stride()
436 if (devinfo->gen == 6 && is_math()) in can_do_source_mods()3148 if (scan_inst->is_math()) { in compute_to_mrf()