Searched refs:_wf (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_exec_context.cc39 GPUExecContext::GPUExecContext(ComputeUnit *_cu, Wavefront *_wf) argument
40 : cu(_cu), wf(_wf), gpuISA(_wf ? &_wf->gpuISA() : nullptr)
H A Dgpu_exec_context.hh49 GPUExecContext(ComputeUnit *_cu, Wavefront *_wf);
H A Dgpu_dyn_inst.cc43 GPUDynInst::GPUDynInst(ComputeUnit *_cu, Wavefront *_wf, argument
45 : GPUExecContext(_cu, _wf), addr(computeUnit()->wfSize(), (Addr)0),
H A Dgpu_dyn_inst.hh200 GPUDynInst(ComputeUnit *_cu, Wavefront *_wf, GPUStaticInst *static_inst,

Completed in 8 milliseconds