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

/gem5/src/gpu-compute/
H A Dwavefront.cc327 bool ready_inst M5_VAR_USED = false;
374 ready_inst = true;
382 ready_inst = true;
395 ready_inst = true;
413 ready_inst = true;
452 ready_inst = true;
489 ready_inst = true;
529 ready_inst = true;
534 assert(ready_inst);
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh1085 InstructionQueue<Impl>::addReadyMemInst(const DynInstPtr &ready_inst) argument
1087 OpClass op_class = ready_inst->opClass();
1089 readyInsts[op_class].push(ready_inst);
1103 ready_inst->pcState(), op_class, ready_inst->seqNum);
H A Dinst_queue.hh234 void addReadyMemInst(const DynInstPtr &ready_inst);

Completed in 14 milliseconds