Home
last modified time | relevance | path

Searched refs:is_accumulator (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1187 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1255 } else if (inst->dst.is_accumulator()) { in calculate_deps()
1281 !inst->dst.is_accumulator()) { in calculate_deps()
1316 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1379 } else if (inst->dst.is_accumulator()) { in calculate_deps()
1439 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1482 } else if (inst->dst.is_accumulator()) { in calculate_deps()
1502 !inst->dst.is_accumulator()) { in calculate_deps()
1525 } else if (inst->src[i].is_accumulator()) { in calculate_deps()
1560 } else if (inst->dst.is_accumulator()) { in calculate_deps()
Dbrw_ir.h62 bool is_accumulator() const;
Dbrw_fs_lower_regioning.cpp56 if (inst->dst.is_accumulator()) { in required_dst_byte_stride()
497 assert(inst->opcode != BRW_OPCODE_MUL || !inst->dst.is_accumulator() || in lower_dst_region()
Dbrw_fs_scoreboard.cpp1164 !inst->dst.is_accumulator()) { in gather_inst_dependencies()
1172 inst->dst.is_accumulator()) { in gather_inst_dependencies()
Dbrw_shader.cpp855 backend_reg::is_accumulator() const in is_accumulator() function in backend_reg
Dbrw_fs_copy_propagation.cpp878 inst->dst.is_accumulator()) || in try_constant_propagate()
Dbrw_vec4.cpp884 if (src[i].is_accumulator()) in can_reswizzle()
Dbrw_fs_generator.cpp1831 inst->dst.is_accumulator(); in generate_code()
Dbrw_fs.cpp4219 } else if (!inst->dst.is_accumulator() && in lower_integer_multiplication()