Searched refs:else_movs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp79 int else_movs = 0; local in function:count_movs_from_if
81 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
85 else_mov[else_movs] = inst;
86 else_movs++;
89 return MIN2(then_movs, else_movs);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp80 int else_movs = 0; local in function:count_movs_from_if
82 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
86 else_mov[else_movs] = inst;
87 else_movs++;
90 return MIN2(then_movs, else_movs);

Completed in 2 milliseconds