Searched refs:useContinuation (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dmain.cc189 local_mempacket->useContinuation = false;
H A Dmem.hh482 gpuDynInst->useContinuation = true;
486 gpuDynInst->useContinuation = false;
590 gpuDynInst->useContinuation = false;
1016 gpuDynInst->useContinuation = true;
1080 gpuDynInst->useContinuation = false;
1489 gpuDynInst->useContinuation = true;
1644 gpuDynInst->useContinuation = true;
1647 gpuDynInst->useContinuation = false;
1677 gpuDynInst->useContinuation = false;
H A Ddecl.hh1135 gpuDynInst->useContinuation = false;
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc46 n_reg(0), useContinuation(false),
H A Dgpu_dyn_inst.hh364 bool useContinuation; member in class:GPUDynInst
H A Dcompute_unit.cc327 gpuDynInst->useContinuation = false;
651 if (gpuDynInst->useContinuation) {
661 if (gpuDynInst->useContinuation) {
1040 if (gpuDynInst->useContinuation) {
1051 if (gpuDynInst->useContinuation) {

Completed in 25 milliseconds