Home
last modified time | relevance | path

Searched refs:pass_optimize_bswap (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def245 NEXT_PASS (pass_optimize_bswap);
H A Dgimple-ssa-store-merging.c901 class pass_optimize_bswap : public gimple_opt_pass
904 pass_optimize_bswap (gcc::context *ctxt) in pass_optimize_bswap() function
1189 pass_optimize_bswap::execute (function *fun) in execute()
1326 return new pass_optimize_bswap (ctxt); in make_pass_optimize_bswap()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpasses.def257 NEXT_PASS (pass_optimize_bswap);
H A Dgimple-ssa-store-merging.cc1032 class pass_optimize_bswap : public gimple_opt_pass class
1035 pass_optimize_bswap (gcc::context *ctxt) in pass_optimize_bswap() function in __anone7f7d7200111::pass_optimize_bswap
1459 pass_optimize_bswap::execute (function *fun) in execute()
1608 return new pass_optimize_bswap (ctxt); in make_pass_optimize_bswap()
H A DChangeLog-20175933 (pass_optimize_bswap::execute): Adjust bswap_replace caller.
5960 class pass_optimize_bswap, bswap_replace,
5961 pass_optimize_bswap::execute): Moved to ...
5968 (pass_optimize_bswap::gate): Test BITS_PER_UNIT == 8 here...
5969 (pass_optimize_bswap::execute): ... rather than here. Formatting fix.
H A DChangeLog-20148771 (pass_optimize_bswap::execute): Adapt for loop via gsi to make gsi
10631 (pass_optimize_bswap::execute): Also consider bswap in LROTATE_EXPR
34186 (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
36951 (pass_optimize_bswap::execute): Remove restriction on hosts.
H A DChangeLog-201541352 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
41356 set in pass_optimize_bswap::execute ().
44435 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
H A DChangeLog-20213292 (pass_optimize_bswap::execute): Likewise.
16103 (pass_optimize_bswap::execute): Adjust find_bswap_or_nop_finalize
H A DChangeLog-200919373 * tree-pass.h: Add pass_optimize_bswap declaration.
19376 (struct symbolic_number, pass_optimize_bswap): New definition.
H A DChangeLog-201323752 (pass_optimize_bswap): Replace declaration with that of...
24206 (pass_optimize_bswap): Convert from a global struct to a subclass of
H A DChangeLog-20163610 (pass_optimize_bswap::execute): Rename src_stmt to ins_stmt. Compute