Lines Matching refs:demand
62 /* Maximum demand of all clause instructions,
65 /* Maximum demand of instructions from source_idx to insert_idx_clause (both exclusive) */
84 /* Maximum demand of instructions from insert_idx (inclusive) to source_idx (exclusive) */
101 RegisterDemand* register_demand; /* demand per instruction */
242 /* Check the new demand of the instructions being moved over */
247 /* New demand for the moved instruction */
264 /* Update demand if we moved over any instructions before the clause */
1037 /* resummarize the block's register demand */
1048 RegisterDemand demand;
1050 demand.update(block.register_demand);
1051 demand.vgpr += program->config->num_shared_vgprs / 2;
1064 else if (demand.vgpr >= 29)
1066 else if (demand.vgpr >= 25)