Searched refs:memv (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dtc_machdep.h104 bus_space_tag_t tc_bus_mem_init(void *memv);
/netbsd-current/sys/arch/alpha/tc/
H A Dtc_bus_mem.c243 tc_bus_mem_init(void *memv) argument
247 h->abs_cookie = memv;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c2695 tree memv = NULL_TREE; local
2727 memv = create_tmp_var (type);
2728 TREE_ADDRESSABLE (memv) = 1;
2732 expand_omp_build_assign (&gsi, memv, build_int_cst (type, sz),
2734 mem = build_fold_addr_expr (memv);
2992 expand_omp_build_assign (&gsi, condtemp, memv, false);
3764 tree mem = null_pointer_node, memv = NULL_TREE; local
3793 memv = create_tmp_var (type);
3794 TREE_ADDRESSABLE (memv) = 1;
3819 expand_omp_build_assign (&gsi2, memv, siz
4564 tree mem = null_pointer_node, memv = NULL_TREE; local
6772 tree memv = NULL_TREE, condtemp = NULL_TREE; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc3877 tree memv = NULL_TREE; local
3909 memv = create_tmp_var (type);
3910 TREE_ADDRESSABLE (memv) = 1;
3914 expand_omp_build_assign (&gsi, memv, build_int_cst (type, sz),
3916 mem = build_fold_addr_expr (memv);
4174 expand_omp_build_assign (&gsi, condtemp, memv, false);
4964 tree mem = null_pointer_node, memv = NULL_TREE; local
4993 memv = create_tmp_var (type);
4994 TREE_ADDRESSABLE (memv) = 1;
5019 expand_omp_build_assign (&gsi2, memv, siz
5755 tree mem = null_pointer_node, memv = NULL_TREE; local
8330 tree memv = NULL_TREE, condtemp = NULL_TREE; local
[all...]

Completed in 123 milliseconds