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

/gem5/src/gpu-compute/
H A Dvector_register_state.cc49 VecRegisterState::setParent(ComputeUnit *_computeUnit) argument
51 computeUnit = _computeUnit;
H A Dcondition_register_state.cc51 ConditionRegisterState::setParent(ComputeUnit *_computeUnit) argument
53 computeUnit = _computeUnit;
H A Dvector_register_state.hh57 void setParent(ComputeUnit *_computeUnit);
H A Dcondition_register_state.hh56 void setParent(ComputeUnit *_computeUnit);
H A Dvector_register_file.hh69 void setParent(ComputeUnit *_computeUnit);
H A Dvector_register_file.cc70 VectorRegisterFile::setParent(ComputeUnit *_computeUnit) argument
72 computeUnit = _computeUnit;

Completed in 8 milliseconds