Home
last modified time | relevance | path

Searched refs:brig_inst (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
108 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
118 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
160 build_mem_access (brig_inst, address, data); in operator ()()
169 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
109 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
119 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
161 build_mem_access (brig_inst, address, data); in operator ()()
170 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
109 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
119 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
161 build_mem_access (brig_inst, address, data); in operator ()()
170 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
108 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
118 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
160 build_mem_access (brig_inst, address, data); in operator ()()
169 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
109 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
119 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
161 build_mem_access (brig_inst, address, data); in operator ()()
170 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
109 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
119 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
161 build_mem_access (brig_inst, address, data); in operator ()()
170 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
108 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
118 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
160 build_mem_access (brig_inst, address, data); in operator ()()
169 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
108 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
118 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
160 build_mem_access (brig_inst, address, data); in operator ()()
169 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
108 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
118 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
160 build_mem_access (brig_inst, address, data); in operator ()()
169 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
H A Dbrig-mem-inst-handler.cc36 bool is_load = brig_inst->opcode == BRIG_OPCODE_LD; in build_mem_access()
37 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in build_mem_access()
67 return build_output_assignment (*brig_inst, data, mem_ref); in build_mem_access()
80 const BrigInstBase *brig_inst in operator ()() local
83 if (brig_inst->opcode == BRIG_OPCODE_ALLOCA) in operator ()()
85 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
108 = m_parent.get_brig_data_entry (brig_inst->operands); in operator ()()
118 bool is_store = brig_inst->opcode == BRIG_OPCODE_ST; in operator ()()
160 build_mem_access (brig_inst, address, data); in operator ()()
169 tree_stl_vec operands = build_operands (*brig_inst); in operator ()()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/brig/brigfrontend/
H A Dbrig-copy-move-inst-handler.cc31 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in handle_lda()
33 tree input = build_tree_operand_from_brig (brig_inst, NULL, 1); in handle_lda()
36 build_output_assignment (*brig_inst, output, input); in handle_lda()
37 return brig_inst->base.byteCount; in handle_lda()
43 const BrigInstBase *brig_inst in operator ()() local
46 if (brig_inst->opcode == BRIG_OPCODE_LDA) in operator ()()
47 return handle_lda (brig_inst); in operator ()()
52 tree dest_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()()
57 if (brig_inst->opcode == BRIG_OPCODE_COMBINE) in operator ()()
65 else if (brig_inst->opcode == BRIG_OPCODE_EXPAND) in operator ()()
[all …]

12345