Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c4879 hsa_bb *native_impl_bb in expand_memory_copy() local
4882 gen_hsa_memory_copy (native_impl_bb, dst_addr, src_addr, n, BRIG_ALIGNMENT_8); in expand_memory_copy()
4884 = hsa_init_new_bb (EDGE_SUCC (native_impl_bb->m_bb, 0)->dest); in expand_memory_copy()
4919 hsa_bb *native_impl_bb in expand_memory_set() local
4922 gen_hsa_memory_set (native_impl_bb, dst_addr, constant, n, BRIG_ALIGNMENT_8); in expand_memory_set()
4924 = hsa_init_new_bb (EDGE_SUCC (native_impl_bb->m_bb, 0)->dest); in expand_memory_set()