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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp48 * <then_mov> and <else_mov> arrays.
55 * then_mov[0] = MOV g4, ...
56 * then_mov[1] = MOV g5, ...
57 * then_mov[2] = MOV g6, ...
66 count_movs_from_if(fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS], argument
75 then_mov[then_movs] = inst;
140 fs_inst *then_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[
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp48 * <then_mov> and <else_mov> arrays.
55 * then_mov[0] = MOV g4, ...
56 * then_mov[1] = MOV g5, ...
57 * then_mov[2] = MOV g6, ...
67 fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS],
76 then_mov[then_movs] = inst;
141 fs_inst *then_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[
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...]

Completed in 4 milliseconds