Searched refs:HsailCode (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dgpu_static_inst.hh49 class HsailCode;
62 HsailCode *hsailCode;
H A Ddecl.hh1184 HsailCode *func_ptr;
1231 func_ptr = dynamic_cast<HsailCode*>(obj->
/gem5/src/gpu-compute/
H A Dbrig_object.hh56 * and converts them to HsailCode objects that are
85 std::vector<HsailCode*> kernels;
86 std::vector<HsailCode*> functions;
118 mutable HsailCode *currentCode;
H A Dkernel_cfg.hh47 class HsailCode;
H A Dhsail_code.cc52 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 Dbrig_object.cc186 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 Dhsail_code.hh311 /* @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 10 milliseconds