| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-code-entry-handler.h | 43 virtual size_t operator () (const BrigBase *base) = 0; 54 tree build_code_ref (const BrigBase &ref); 57 const BrigBase &operand, 174 virtual size_t generate (const BrigBase *base); 175 virtual const BrigAluModifier8_t *modifier (const BrigBase *base) const; 176 virtual const BrigRound8_t *round (const BrigBase *base) const; 178 size_t operator () (const BrigBase *base); 188 size_t operator () (const BrigBase *base); 199 size_t operator () (const BrigBase *base); 210 size_t operator () (const BrigBase *base); [all …]
|
| H A D | brig-inst-mod-handler.cc | 28 brig_inst_mod_handler::generate (const BrigBase *base) in generate() 35 brig_inst_mod_handler::modifier (const BrigBase *base) const in modifier() 42 brig_inst_mod_handler::round (const BrigBase *base) const in round() 55 brig_inst_mod_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-to-generic.cc | 103 operator () (const BrigBase *base) in operator ()() 122 operator () (const BrigBase *base) in operator ()() 137 operator () (const BrigBase *base) in operator ()() 265 const BrigBase *entry = (const BrigBase *) (m_code + b); in analyze() 386 const BrigBase *entry = (const BrigBase *) (m_code + b); in parse() 412 const BrigBase * 415 return (const BrigBase *) (m_operand + entry_offset); in get_brig_operand_entry() 418 const BrigBase * 421 return (const BrigBase *) (m_code + entry_offset); in get_brig_code_entry()
|
| H A D | brig-to-generic.h | 53 typedef std::map<const BrigBase *, std::string> name_index; 66 const BrigBase *get_brig_operand_entry (size_t entry_offset) const; 67 const BrigBase *get_brig_code_entry (size_t entry_offset) const; 218 virtual size_t operator () (const BrigBase *base) = 0;
|
| H A D | brig-mem-inst-handler.cc | 78 brig_mem_inst_handler::operator () (const BrigBase *base) in operator ()() 114 const BrigBase *operand in operator ()() 149 const BrigBase *operand_element in operator ()()
|
| H A D | brig-control-handler.cc | 27 brig_directive_control_handler::operator () (const BrigBase *base) in operator ()() 39 const BrigBase *operand_data in operator ()()
|
| H A D | brig-cvt-inst-handler.cc | 35 brig_cvt_inst_handler::modifier (const BrigBase *base) const in modifier() 42 brig_cvt_inst_handler::round (const BrigBase *base) const in round() 49 brig_cvt_inst_handler::generate (const BrigBase *base) in generate()
|
| H A D | brig-branch-inst-handler.cc | 32 brig_branch_inst_handler::operator () (const BrigBase *base) in operator ()() 55 const BrigBase *operand_data in operator ()() 78 const BrigBase *code_element in operator ()()
|
| H A D | brig-code-entry-handler.cc | 53 brig_code_entry_handler::build_code_ref (const BrigBase &ref) in build_code_ref() 99 const BrigBase &operand, in build_tree_operand() 116 const BrigBase *operand_element in build_tree_operand() 156 const BrigBase *ref = m_parent.get_brig_code_entry (offset); in build_tree_operand() 196 const BrigBase *ref = m_parent.get_brig_code_entry (brig_code_ref->ref); in build_tree_operand() 508 const BrigBase *operand_data in build_tree_operand_from_brig() 755 const BrigBase *base = &brig_inst.base; in build_or_analyze_operands() 858 const BrigBase *operand_data in build_or_analyze_operands() 992 const BrigBase *base = &brig_inst.base; in build_output_assignment()
|
| H A D | brig-function.h | 104 bool has_function_scope_var (const BrigBase* var) const; 230 std::set<const BrigBase*> m_function_scope_vars;
|
| H A D | brig-function-handler.cc | 40 brig_directive_function_handler::operator () (const BrigBase *base) in operator ()() 188 const BrigBase *retval in operator ()() 189 = (const BrigBase *) ((const char *) base + base->byteCount); in operator ()()
|
| H A D | brig-signal-inst-handler.cc | 35 brig_signal_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-comment-handler.cc | 27 brig_directive_comment_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-module-handler.cc | 26 brig_directive_module_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-variable-handler.cc | 90 const BrigBase *cst_operand_data in build_variable() 121 brig_directive_variable_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-fbarrier-handler.cc | 31 brig_directive_fbarrier_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-label-handler.cc | 25 brig_directive_label_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-arg-block-handler.cc | 31 brig_directive_arg_block_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-copy-move-inst-handler.cc | 41 brig_copy_move_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-queue-inst-handler.cc | 39 brig_queue_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-lane-inst-handler.cc | 33 brig_lane_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-seg-inst-handler.cc | 37 brig_seg_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-cmp-inst-handler.cc | 30 brig_cmp_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| H A D | brig-atomic-inst-handler.cc | 258 brig_atomic_inst_handler::operator () (const BrigBase *base) in operator ()()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-brig-format.h | 101 struct BrigBase struct 889 BrigBase base; 894 BrigBase base; 900 BrigBase base; 908 BrigBase base; 922 BrigBase base; 928 BrigBase base; 937 BrigBase base; 943 BrigBase base; 951 BrigBase base; [all …]
|