Searched refs:constfun (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | expr.c | 118 rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode); member 2190 rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), in can_store_by_pieces() 2255 cst = (*constfun) (constfundata, offset, mode); in can_store_by_pieces() 2286 rtx (*constfun) (void *, HOST_WIDE_INT, enum machine_mode), in store_by_pieces() 2298 data.constfun = constfun; in store_by_pieces() 2344 data.constfun = clear_by_pieces_1; in clear_by_pieces() 2485 cst = (*data->constfun) (data->constfundata, data->offset, mode); in store_by_pieces_2()
|