Searched refs:GPUDynInst (Results 1 - 5 of 5) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc43 GPUDynInst::GPUDynInst(ComputeUnit *_cu, Wavefront *_wf, function in class:GPUDynInst
62 GPUDynInst::~GPUDynInst()
70 GPUDynInst::execute(GPUDynInstPtr gpuDynInst)
76 GPUDynInst::numSrcRegOperands()
82 GPUDynInst::numDstRegOperands()
88 GPUDynInst::getNumOperands()
94 GPUDynInst::isVectorRegister(int operandIdx)
100 GPUDynInst
[all...]
H A Dmisc.hh45 class GPUDynInst;
48 typedef std::shared_ptr<GPUDynInst> GPUDynInstPtr;
H A Dgpu_dyn_inst.hh197 class GPUDynInst : public GPUExecContext class in inherits:GPUExecContext
200 GPUDynInst(ComputeUnit *_cu, Wavefront *_wf, GPUStaticInst *static_inst,
202 ~GPUDynInst();
355 * continuation in the GPUDynInst to a function that generate a
358 * continuation will be called in the context of the same GPUDynInst
H A Dfetch_unit.cc300 std::make_shared<GPUDynInst>(computeUnit, wavefront, inst_ptr,
H A Dcompute_unit.cc324 std::make_shared<GPUDynInst>(this, nullptr, kernelLaunchInst,

Completed in 14 milliseconds