Home
last modified time | relevance | path

Searched defs:reduction (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-loop-interchange.cc121 typedef struct reduction struct
125 /* PHI node defining reduction variable. */ argument
127 /* Init and next variables of the reduction. */ argument
130 /* Lcssa PHI node if reduction is used outside of its definition loop. */ argument
137 /* If reduction is finally stored to memory, this is the stored memory argument
140 enum reduction_type type; argument
144 /* Dump reduction RE. */ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-loop-interchange.cc121 typedef struct reduction struct
125 /* PHI node defining reduction variable. */ argument
127 /* Init and next variables of the reduction. */ argument
130 /* Lcssa PHI node if reduction is used outside of its definition loop. */ argument
137 /* If reduction is finally stored to memory, this is the stored memory argument
140 enum reduction_type type; argument
144 /* Dump reduction RE. */ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h536 CONSTEXPR reduction (int unspec) in reduction() function
542 CONSTEXPR reduction (int unspec_for_sint, int unspec_for_uint, in reduction() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h536 CONSTEXPR reduction (int unspec) in reduction() function
542 CONSTEXPR reduction (int unspec_for_sint, int unspec_for_uint, in reduction() function
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dlv_manip.c378 static int _lv_segment_reduce(struct lv_segment *seg, uint32_t reduction) in _lv_segment_reduce()
410 uint32_t reduction; in _lv_reduce() local