Searched defs:demand (Results 1 – 7 of 7) sorted by relevance
74 private var demand = 0L // only updated from reqPool in <lambda>() variable
98 int demand = std::max( in ComputeInterOpSchedulingRanges() local
74 RegisterDemand get_demand_before(RegisterDemand demand, aco_ptr<Instruction>& instr, aco_ptr<Instru… in get_demand_before()
893 RegisterDemand demand; in schedule_program() local
714 RegisterDemand demand = ctx.register_demand[block_idx][idx]; in get_demand_before() local
105 bool demand = 0; /* do dial-on-demand */ variable
1094 Value* Value::demand(char const* begin, char const* end) { in demand() function in Json::Value