Searched refs:effective_width (Results 1 – 1 of 1) sorted by relevance
831 int effective_width = i < inst->header_size ? 8 : inst->exec_size; in opt_copy_propagation_local() local832 assert(effective_width * type_sz(inst->src[i].type) % REG_SIZE == 0); in opt_copy_propagation_local()833 const unsigned size_written = effective_width * in opt_copy_propagation_local()