Home
last modified time | relevance | path

Searched refs:dataref (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc896 dref dataref; in split_data_refs_to_components() local
1039 dataref = XCNEW (class dref_d); in split_data_refs_to_components()
1040 dataref->ref = dr; in split_data_refs_to_components()
1041 dataref->stmt = DR_STMT (dr); in split_data_refs_to_components()
1042 dataref->offset = 0; in split_data_refs_to_components()
1043 dataref->distance = 0; in split_data_refs_to_components()
1045 dataref->always_accessed in split_data_refs_to_components()
1047 gimple_bb (dataref->stmt)); in split_data_refs_to_components()
1048 dataref->pos = comp->refs.length (); in split_data_refs_to_components()
1049 comp->refs.quick_push (dataref); in split_data_refs_to_components()
H A DChangeLog-202018871 for the first stmts dataref.
H A DChangeLog-201822013 DRs for BB vectorization. Remove code truncating the dataref
H A DChangeLog-20199592 dataref sets when retrying with a different vector size.
H A DChangeLog-20151900 * tree-vect-data-refs.c: Free an overwritten dataref.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c766 dref dataref; in split_data_refs_to_components() local
907 dataref = XCNEW (class dref_d); in split_data_refs_to_components()
908 dataref->ref = dr; in split_data_refs_to_components()
909 dataref->stmt = DR_STMT (dr); in split_data_refs_to_components()
910 dataref->offset = 0; in split_data_refs_to_components()
911 dataref->distance = 0; in split_data_refs_to_components()
913 dataref->always_accessed in split_data_refs_to_components()
915 gimple_bb (dataref->stmt)); in split_data_refs_to_components()
916 dataref->pos = comp->refs.length (); in split_data_refs_to_components()
917 comp->refs.quick_push (dataref); in split_data_refs_to_components()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c90 typedef struct dataref { struct
356 dataref_t dataref; in cksummer() local
386 dataref.ref_guid = drrw->drr_toguid; in cksummer()
387 dataref.ref_object = drrw->drr_object; in cksummer()
388 dataref.ref_offset = drrw->drr_offset; in cksummer()
392 &dataref)) { in cksummer()
404 wbr_drrr->drr_refguid = dataref.ref_guid; in cksummer()
406 dataref.ref_object; in cksummer()
408 dataref.ref_offset; in cksummer()
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt675 dataref
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20122219 array reference, ensure that 'dataref' points to the _data