Home
last modified time | relevance | path

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

/NextBSD/contrib/amd/amd/
HDam_ops.c59 static am_ops *vops[] = variable
154 for (ap = vops; *ap; ap++) { in ops_showamfstypes()
366 for (vp = vops; (rop = *vp); vp++) in ops_search()
/NextBSD/contrib/gcc/
HDtree-ssa-loop-im.c125 bitmap vops; /* Vops corresponding to this memory member
1111 if (bitmap_intersect_p (ref->vops, clobbered_vops)) in determine_lsm_ref()
1266 ref->vops = BITMAP_ALLOC (NULL); in gather_mem_refs_stmt()
1275 bitmap_set_bit (ref->vops, DECL_UID (SSA_NAME_VAR (vname))); in gather_mem_refs_stmt()
1327 bitmap_and (&tmp, &all_vops, ref->vops); in find_more_ref_vops()
1331 bitmap_ior_into (&all_vops, ref->vops); in find_more_ref_vops()
1343 BITMAP_FREE (ref->vops); in free_mem_ref()
HDbuiltin-attrs.def92 DEF_ATTR_IDENT (ATTR_NOVOPS, "no vops")
HDparams.def489 "max-aliased-vops",
HDChangeLog.tree-ssa1397 global-var-threshold and max-aliased-vops.
1416 threshold set by --param max-aliased-vops.
3755 (get_stmt_operands): use new freeing interface, keep previous vops in
7918 need to recalculate the vops.
13257 -blocks. Add new option -vops.
13352 Call dump_vops if -vops dump option is given.
13472 * doc/invoke.texi: Document new tree dump option -vops. Update
HDChangeLog-200518638 to need vops.
28901 (c_common_attribute_table): Add "no vops" entry.
HDChangeLog-20046634 that the vops get marked for renaming.
33883 blocks, vops, lineno, uid and all.
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDvnode.h83 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
/NextBSD/sys/sys/
HDvnode.h625 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
/NextBSD/sys/kern/
HDvfs_subr.c1282 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode() argument
1367 vp->v_op = vops; in getnewvnode()
1374 else if (mp == NULL && vops != &dead_vnodeops) in getnewvnode()
/NextBSD/contrib/gcc/doc/
HDtree-ssa.texi845 operands, use the @option{-vops} option to @option{-fdump-tree}:
1653 max-aliased-vops}), alias sets are grouped to avoid severe
1722 still above the threshold set by max-alias-vops, go back to (2).
HDinvoke.texi4062 @item vops
6161 @item max-aliased-vops
/NextBSD/contrib/amd/
HDChangeLog6160 * amd/am_ops.c (vops): updated a comment
7296 * amd/am_ops.c (vops): autofs_ops doesn't belong in here, removed
10871 (vops): empty placeholders for nullfs, unionfs, and umapfs.