Searched refs:load_struct (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-parloops.c | 1796 tree load_struct; in create_call_for_reduction_1() local 1806 load_struct = build_simple_mem_ref (clsn_data->load); in create_call_for_reduction_1() 1807 t = build3 (COMPONENT_REF, type, load_struct, reduc->field, NULL_TREE); in create_call_for_reduction_1() 1887 tree load_struct; in create_loads_for_reductions() local 1896 load_struct = build_simple_mem_ref (clsn_data->load); in create_loads_for_reductions() 1897 load_struct = build3 (COMPONENT_REF, type, load_struct, red->field, in create_loads_for_reductions() 1900 x = load_struct; in create_loads_for_reductions() 1974 tree load_struct; in create_loads_and_stores_for_name() local 1982 load_struct = build_simple_mem_ref (clsn_data->load); in create_loads_and_stores_for_name() 1983 t = build3 (COMPONENT_REF, type, load_struct, elt->field, NULL_TREE); in create_loads_and_stores_for_name()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-parloops.cc | 1796 tree load_struct; in create_call_for_reduction_1() local 1806 load_struct = build_simple_mem_ref (clsn_data->load); in create_call_for_reduction_1() 1807 t = build3 (COMPONENT_REF, type, load_struct, reduc->field, NULL_TREE); in create_call_for_reduction_1() 1887 tree load_struct; in create_loads_for_reductions() local 1896 load_struct = build_simple_mem_ref (clsn_data->load); in create_loads_for_reductions() 1897 load_struct = build3 (COMPONENT_REF, type, load_struct, red->field, in create_loads_for_reductions() 1900 x = load_struct; in create_loads_for_reductions() 1974 tree load_struct; in create_loads_and_stores_for_name() local 1982 load_struct = build_simple_mem_ref (clsn_data->load); in create_loads_and_stores_for_name() 1983 t = build3 (COMPONENT_REF, type, load_struct, elt->field, NULL_TREE); in create_loads_and_stores_for_name()
|