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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp48 * <then_mov> and <else_mov> arrays.
59 * else_mov[0] = MOV g4, ...
60 * else_mov[1] = MOV g5, ...
61 * else_mov[2] = MOV g7, ...
67 fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS],
86 else_mov[else_movs] = inst;
140 fs_inst *else_mov[MAX_MOVS] = { NULL }; local in function:fs_visitor::opt_peephole_sel
156 int movs = count_movs_from_if(devinfo, then_mov, else_mov, then_block, else_block);
163 if (!then_mov[i] || !else_mov[i])
167 if (!then_mov[i]->dst.equals(else_mov[
66 count_movs_from_if(const intel_device_info * devinfo,fs_inst * then_mov[MAX_MOVS],fs_inst * else_mov[MAX_MOVS],bblock_t * then_block,bblock_t * else_block) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp48 * <then_mov> and <else_mov> arrays.
59 * else_mov[0] = MOV g4, ...
60 * else_mov[1] = MOV g5, ...
61 * else_mov[2] = MOV g7, ...
66 count_movs_from_if(fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS], argument
85 else_mov[else_movs] = inst;
139 fs_inst *else_mov[MAX_MOVS] = { NULL }; local in function:fs_visitor::opt_peephole_sel
155 int movs = count_movs_from_if(then_mov, else_mov, then_block, else_block);
162 if (!then_mov[i] || !else_mov[i])
166 if (!then_mov[i]->dst.equals(else_mov[
[all...]

Completed in 2 milliseconds