Home
last modified time | relevance | path

Searched refs:BrigOpcode16_t (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h108 tree expand_builtin (BrigOpcode16_t brig_opcode, tree_stl_vec &operands);
110 tree expand_or_call_builtin (BrigOpcode16_t brig_opcode,
113 bool can_expand_builtin (BrigOpcode16_t brig_opcode) const;
115 tree get_builtin_for_hsa_opcode (tree type, BrigOpcode16_t brig_opcode,
122 static bool needs_workitem_context_data (BrigOpcode16_t brig_opcode);
124 static tree_code get_tree_code_for_hsa_opcode (BrigOpcode16_t brig_opcode,
262 typedef std::map<std::pair<BrigOpcode16_t, BrigType16_t>, tree> builtin_map;
H A Dbrig-util.h63 bool gccbrig_hsa_opcode_op_output_p (BrigOpcode16_t opcode, int opnum);
79 bool gccbrig_is_bit_operation (BrigOpcode16_t opcode);
H A Dbrig-code-entry-handler.h70 bool needs_workitem_context_data (BrigOpcode16_t brig_opcode) const;
275 tree build_inst_expr (BrigOpcode16_t brig_opcode, BrigType16_t brig_type,
282 tree build_unpack_lo_or_hi (BrigOpcode16_t brig_opcode, tree arith_type,
H A Dbrig-util.cc64 gccbrig_hsa_opcode_op_output_p (BrigOpcode16_t opcode, int opnum) in gccbrig_hsa_opcode_op_output_p()
355 gccbrig_is_bit_operation (BrigOpcode16_t opcode) in gccbrig_is_bit_operation()
H A Dbrig-function.cc895 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()
1167 (tree type, BrigOpcode16_t brig_opcode, BrigType16_t brig_type) const in get_builtin_for_hsa_opcode()
1355 (BrigOpcode16_t brig_opcode) in needs_workitem_context_data()
1425 (BrigOpcode16_t brig_opcode, BrigType16_t brig_type) in get_tree_code_for_hsa_opcode()
H A Dbrig-basic-inst-handler.cc276 brig_basic_inst_handler::build_unpack_lo_or_hi (BrigOpcode16_t brig_opcode, in build_unpack_lo_or_hi()
312 brig_basic_inst_handler::build_inst_expr (BrigOpcode16_t brig_opcode, in build_inst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig-format.h371 typedef uint16_t BrigOpcode16_t; typedef
990 BrigOpcode16_t opcode;
H A Dhsa-common.c189 hsa_opcode_floating_bit_insn_p (BrigOpcode16_t opcode) in hsa_opcode_floating_bit_insn_p()
H A Dhsa-dump.c151 hsa_opcode_name (BrigOpcode16_t opcode) in hsa_opcode_name()
H A Dhsa-common.h1334 bool hsa_opcode_floating_bit_insn_p (BrigOpcode16_t);
H A Dhsa-gen.c3916 query_hsa_grid_nodim (gimple *stmt, BrigOpcode16_t opcode, hsa_bb *hbb) in query_hsa_grid_nodim()