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

/gem5/src/gpu-compute/
H A Dvector_register_file.hh105 bool operandsReady(Wavefront *w, GPUDynInstPtr ii) const;
H A Dwavefront.cc410 if (!computeUnit->vrf[simdId]->operandsReady(this, ii)) {
449 if (!computeUnit->vrf[simdId]->operandsReady(this, ii)) {
486 if (!computeUnit->vrf[simdId]->operandsReady(this, ii)) {
526 if (!computeUnit->vrf[simdId]->operandsReady(this, ii)) {
H A Dvector_register_file.cc121 VectorRegisterFile::operandsReady(Wavefront *w, GPUDynInstPtr ii) const function in class:VectorRegisterFile

Completed in 9 milliseconds