Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dkern_physio.c39 caddr_t ubase; in physio() local
87 ubase = uio->uio_iov[i].iov_base; in physio()
88 iolen = ((vm_offset_t)ubase) & PAGE_MASK; in physio()
101 error = copyin(ubase, bp->b_data, bcount); in physio()
115 error = copyout(bp->b_data, ubase, iolen); in physio()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-ivopts.c2946 tree ubase = use->iv->base; in get_computation_aff() local
2950 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_computation_aff()
2981 common_type = determine_common_wider_type (&ubase, &cbase); in get_computation_aff()
2984 tree_to_aff_combination (ubase, common_type, aff); in get_computation_aff()
3912 get_loop_invariant_expr_id (struct ivopts_data *data, tree ubase, in get_loop_invariant_expr_id() argument
3919 STRIP_NOPS (ubase); in get_loop_invariant_expr_id()
3921 ub = ubase; in get_loop_invariant_expr_id()
3924 if ((TREE_CODE (ubase) == INTEGER_CST) in get_loop_invariant_expr_id()
3929 if (TREE_CODE (ubase) == PLUS_EXPR in get_loop_invariant_expr_id()
3930 || TREE_CODE (ubase) == MINUS_EXPR in get_loop_invariant_expr_id()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-ivopts.c3857 tree ubase = use->iv->base, ustep = use->iv->step; variable
3860 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase);
3924 common_type = determine_common_wider_type (&ubase, &cbase);
3927 tree_to_aff_combination (ubase, common_type, aff_inv);
4580 tree ubase = use->iv->base, cbase = cand->iv->base; in get_computation_cost() local
4581 tree utype = TREE_TYPE (ubase), ctype = TREE_TYPE (cbase); in get_computation_cost()