Searched refs:BRW_OPCODE_SEL (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp210 case BRW_OPCODE_SEL:
238 return inst->opcode == BRW_OPCODE_SEL ||
298 if (inst->opcode != BRW_OPCODE_SEL) {
390 if (inst->predicate && inst->opcode != BRW_OPCODE_SEL) {
H A Dbrw_vec4_copy_propagation.cpp274 case BRW_OPCODE_SEL:
430 case BRW_OPCODE_SEL:
H A Dbrw_vec4_cmod_propagation.cpp147 if ((scan_inst->predicate && scan_inst->opcode != BRW_OPCODE_SEL) ||
H A Dtest_fs_copy_propagation.cpp199 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode);
H A Dbrw_vec4_cse.cpp53 case BRW_OPCODE_SEL:
H A Dbrw_vec4_live_variables.cpp100 (!inst->predicate || inst->opcode == BRW_OPCODE_SEL)) {
H A Dbrw_eu_defines.h201 BRW_OPCODE_SEL = 2, enumerator in enum:opcode
H A Dbrw_fs_cse.cpp52 case BRW_OPCODE_SEL:
H A Dbrw_ir_vec4.h333 return (conditional_mod && (opcode != BRW_OPCODE_SEL &&
H A Dbrw_vec4_reg_allocate.cpp325 return (!prev_inst->predicate || prev_inst->opcode == BRW_OPCODE_SEL) &&
H A Dbrw_vec4_visitor.cpp734 vec4_instruction *inst = emit(BRW_OPCODE_SEL, dst, src0, src1);
1535 if (inst->opcode != BRW_OPCODE_SEL)
1555 if (inst->opcode != BRW_OPCODE_SEL)
1574 if (inst->opcode != BRW_OPCODE_SEL)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp242 case BRW_OPCODE_SEL:
273 return inst->opcode == BRW_OPCODE_SEL ||
341 if (inst->opcode != BRW_OPCODE_SEL) {
435 if (inst->predicate && inst->opcode != BRW_OPCODE_SEL) {
H A Dbrw_vec4_copy_propagation.cpp258 case BRW_OPCODE_SEL:
416 case BRW_OPCODE_SEL:
H A Dbrw_vec4_cmod_propagation.cpp147 if ((scan_inst->predicate && scan_inst->opcode != BRW_OPCODE_SEL) ||
H A Dtest_fs_copy_propagation.cpp210 EXPECT_EQ(BRW_OPCODE_SEL, sel->opcode);
H A Dtest_vec4_cmod_propagation.cpp370 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
455 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
950 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
1002 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
1049 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 0)->opcode);
H A Dbrw_eu.cpp598 { BRW_OPCODE_SEL, 2, "sel", 2, 1, GFX_LT(GFX12) },
599 { BRW_OPCODE_SEL, 98, "sel", 2, 1, GFX_GE(GFX12) },
H A Dbrw_fs_cmod_propagation.cpp455 if (scan_inst->opcode == BRW_OPCODE_SEL) {
H A Dbrw_vec4_cse.cpp53 case BRW_OPCODE_SEL:
H A Dbrw_vec4_live_variables.cpp115 if ((!inst->predicate || inst->opcode == BRW_OPCODE_SEL) &&
H A Dbrw_fs_copy_propagation.cpp633 case BRW_OPCODE_SEL:
862 case BRW_OPCODE_SEL:
959 !((inst->predicate && inst->opcode != BRW_OPCODE_SEL) ||
H A Dtest_fs_cmod_propagation.cpp398 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
441 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
521 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
842 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
1466 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
2878 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
2922 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
2966 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
3057 EXPECT_EQ(BRW_OPCODE_SEL, instruction(block0, 1)->opcode);
3187 EXPECT_EQ(BRW_OPCODE_SEL, instructio
[all...]
H A Dbrw_fs_cse.cpp52 case BRW_OPCODE_SEL:
H A Dbrw_ir_vec4.h335 return (conditional_mod && ((opcode != BRW_OPCODE_SEL || devinfo->ver <= 5) &&
H A Dbrw_vec4_reg_allocate.cpp284 return (!prev_inst->predicate || prev_inst->opcode == BRW_OPCODE_SEL) &&

Completed in 29 milliseconds

123