Searched refs:getLMReqFIFO (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dlocal_memory_pipeline.hh64 std::queue<GPUDynInstPtr> &getLMReqFIFO() { return lmIssuedRequests; } function in class:LocalMemPipeline
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh299 w->computeUnit->localMemoryPipe.getLMReqFIFO().push(m);
471 w->computeUnit->localMemoryPipe.getLMReqFIFO().push(m);
604 w->computeUnit->localMemoryPipe.getLMReqFIFO().push(m);

Completed in 6 milliseconds