Searched refs:instructions_to_schedule (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp538 this->instructions_to_schedule = 0;
609 int instructions_to_schedule; member in class:instruction_scheduler
920 this->instructions_to_schedule = block->end_ip - block->start_ip + 1;
1687 instructions_to_schedule--;
1755 assert(instructions_to_schedule == 0);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp1751 int instructions_to_schedule = block->end_ip - block->start_ip + 1; local in function:instruction_scheduler::schedule_instructions
1772 instructions_to_schedule--;
1840 assert(instructions_to_schedule == 0);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3244 - intel/compiler: Make instructions_to_schedule a local variable

Completed in 11 milliseconds