Searched refs:HsailCode (Results 1 - 7 of 7) sorted by relevance
/gem5/src/arch/hsail/insts/ |
H A D | gpu_static_inst.hh | 49 class HsailCode; 62 HsailCode *hsailCode;
|
H A D | decl.hh | 1184 HsailCode *func_ptr; 1231 func_ptr = dynamic_cast<HsailCode*>(obj->
|
/gem5/src/gpu-compute/ |
H A D | brig_object.hh | 56 * and converts them to HsailCode objects that are 85 std::vector<HsailCode*> kernels; 86 std::vector<HsailCode*> functions; 118 mutable HsailCode *currentCode;
|
H A D | kernel_cfg.hh | 47 class HsailCode;
|
H A D | hsail_code.cc | 52 HsailCode::HsailCode(const std::string &name_str) function in class:HsailCode 58 HsailCode::init(const BrigDirectiveExecutable *code_dir, const BrigObject *obj, 218 HsailCode::HsailCode(const std::string &name_str, function in class:HsailCode
|
H A D | brig_object.cc | 186 HsailCode *code_obj = nullptr; 197 code_obj = new HsailCode(name, p, this, 241 HsailCode *code_obj = nullptr; 252 code_obj = new HsailCode(kernel_name, p, this,
|
H A D | hsail_code.hh | 311 /* @class HsailCode 312 * the HsailCode class is used to store information 319 class HsailCode final : public HsaCode 339 HsailCode(const std::string &name_str, 347 HsailCode(const std::string &name_str);
|
Completed in 16 milliseconds