Home
last modified time | relevance | path

Searched refs:get_multi_vector_move (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c136 get_multi_vector_move (tree array_type, convert_optab optab) in get_multi_vector_move() function
169 expand_insn (get_multi_vector_move (type, optab), 2, ops); in expand_load_lanes_optab_fn()
195 expand_insn (get_multi_vector_move (type, optab), 2, ops); in expand_store_lanes_optab_fn()
2499 icode = get_multi_vector_move (type, optab); in expand_mask_load_optab_fn()
2534 icode = get_multi_vector_move (type, optab); in expand_mask_store_optab_fn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc149 get_multi_vector_move (tree array_type, convert_optab optab) in get_multi_vector_move() function
182 expand_insn (get_multi_vector_move (type, optab), 2, ops); in expand_load_lanes_optab_fn()
208 expand_insn (get_multi_vector_move (type, optab), 2, ops); in expand_store_lanes_optab_fn()
2733 icode = get_multi_vector_move (type, optab); in expand_partial_load_optab_fn()
2785 icode = get_multi_vector_move (type, optab); in expand_partial_store_optab_fn()
H A DChangeLog.gimple-classes790 * internal-fn.c (get_multi_vector_move): Likewise.
H A DChangeLog-201921874 * internal-fn.c (get_multi_vector_move): Same.
H A DChangeLog-201127203 * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
H A DChangeLog-20155479 (get_multi_vector_move): Return the optab handler without asserting