Lines Matching refs:brig_function

52 brig_function::builtin_map brig_function::s_custom_builtins;
54 brig_function::brig_function (const BrigDirectiveExecutable *exec, in brig_function() function in brig_function
85 brig_function::~brig_function () in ~brig_function()
101 brig_function::label (const std::string &name) in label()
126 brig_function::add_arg_variable (const BrigDirectiveVariable *brigVar, in add_arg_variable()
133 brig_function::arg_variable (const BrigDirectiveVariable *var) const in arg_variable()
146 brig_function::append_kernel_arg (const BrigDirectiveVariable *var, size_t size, in append_kernel_arg()
163 brig_function::kernel_arg_offset (const BrigDirectiveVariable *var) const in kernel_arg_offset()
175 brig_function::add_id_variables () in add_id_variables()
330 brig_function::add_local_variable (std::string name, tree type) in add_local_variable()
362 brig_function::get_tree_type_for_hsa_reg (const BrigOperandRegister *reg) const in get_tree_type_for_hsa_reg()
402 brig_function::get_m_var_declfor_reg (const BrigOperandRegister *reg) in get_m_var_declfor_reg()
435 brig_function::add_wi_loop (int dim, tree_stmt_iterator *header_entry, in add_wi_loop()
517 brig_function::analyze_calls () in analyze_calls()
532 brig_function *called_f = m_parent->get_finished_function (f); in analyze_calls()
561 brig_function::convert_to_wg_function () in convert_to_wg_function()
592 brig_function::emit_metadata (tree stmt_list) in emit_metadata()
650 brig_function::emit_launcher_and_metadata () in emit_launcher_and_metadata()
755 brig_function::append_statement (tree stmt) in append_statement()
771 brig_function::create_alloca_frame () in create_alloca_frame()
814 brig_function::finish () in finish()
824 brig_function::finish_kernel () in finish_kernel()
842 brig_function::append_return_stmt () in append_return_stmt()
873 brig_function::has_function_scope_var (const BrigBase* var) const in has_function_scope_var()
879 brig_function::group_variable_segment_offset (const std::string &name) const in group_variable_segment_offset()
895 brig_function::expand_or_call_builtin (BrigOpcode16_t brig_opcode, in expand_or_call_builtin()
986 brig_function::expand_builtin (BrigOpcode16_t brig_opcode, in expand_builtin()
1142 brig_function::can_expand_builtin (BrigOpcode16_t brig_opcode) const in can_expand_builtin()
1166 brig_function::get_builtin_for_hsa_opcode in get_builtin_for_hsa_opcode()
1297 brig_function::unpack (tree value, tree_stl_vec &elements) in unpack()
1324 brig_function::pack (tree_stl_vec &elements) in pack()
1354 brig_function::needs_workitem_context_data in needs_workitem_context_data()
1396 brig_function::add_temp_var (std::string name, tree expr) in add_temp_var()
1408 brig_function::int_constant_value (tree node) in int_constant_value()
1424 brig_function::get_tree_code_for_hsa_opcode in get_tree_code_for_hsa_opcode()
1556 brig_function::add_reg_var_update (tree reg_var, tree var) in add_reg_var_update()
1576 brig_function::is_id_val (tree reg_var) in is_id_val()
1586 brig_function::id_val (tree reg_var) in id_val()
1599 brig_function::start_new_bb () in start_new_bb()