Searched refs:BrigOpcode16_t (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-function.h | 108 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 D | brig-util.h | 63 bool gccbrig_hsa_opcode_op_output_p (BrigOpcode16_t opcode, int opnum); 79 bool gccbrig_is_bit_operation (BrigOpcode16_t opcode);
|
| H A D | brig-code-entry-handler.h | 70 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 D | brig-util.cc | 64 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 D | brig-function.cc | 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() 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 D | brig-basic-inst-handler.cc | 276 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 D | hsa-brig-format.h | 371 typedef uint16_t BrigOpcode16_t; typedef 990 BrigOpcode16_t opcode;
|
| H A D | hsa-common.c | 189 hsa_opcode_floating_bit_insn_p (BrigOpcode16_t opcode) in hsa_opcode_floating_bit_insn_p()
|
| H A D | hsa-dump.c | 151 hsa_opcode_name (BrigOpcode16_t opcode) in hsa_opcode_name()
|
| H A D | hsa-common.h | 1334 bool hsa_opcode_floating_bit_insn_p (BrigOpcode16_t);
|
| H A D | hsa-gen.c | 3916 query_hsa_grid_nodim (gimple *stmt, BrigOpcode16_t opcode, hsa_bb *hbb) in query_hsa_grid_nodim()
|