HomeSort by: relevance | last modified time | path
    Searched defs:aref (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/uvm/
uvm_loan.c 141 struct vm_aref *aref = &ufi->entry->aref; local
151 if (aref->ar_amap) {
152 amap_lock(aref->ar_amap, RW_WRITER);
164 if (aref->ar_amap) {
165 anon = amap_lookup(aref, curaddr - ufi->entry->start);
178 uvmfault_unlockall(ufi, aref->ar_amap, uobj);
182 KASSERT(rv > 0 || aref->ar_amap == NULL ||
183 !rw_write_held(aref->ar_amap->am_lock));
213 if (aref->ar_amap)
    [all...]
uvm_map.h 154 struct vm_aref aref; /* anonymous overlay */ member in struct:vm_map_entry
  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 242 ctf_str_atom_ref_t *aref; local
248 aref = malloc (s);
250 if (!aref)
253 aref->caf_ref = ref;
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref;
266 if (ctf_dynhash_insert (fp->ctf_str_movable_refs, ref, aref) < 0)
268 free (aref);
274 ctf_list_append (&atom->csa_refs, aref);
276 return aref;
522 ctf_str_atom_ref_t *aref, *anext local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c 242 ctf_str_atom_ref_t *aref; local
248 aref = malloc (s);
250 if (!aref)
253 aref->caf_ref = ref;
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref;
266 if (ctf_dynhash_insert (fp->ctf_str_movable_refs, ref, aref) < 0)
268 free (aref);
274 ctf_list_append (&atom->csa_refs, aref);
276 return aref;
522 ctf_str_atom_ref_t *aref, *anext local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 410 access_ref aref; local
411 if (!m_ptr_qry.get_ref (ref, m_stmt, &aref, 0))
414 if (aref.offset_in_range (axssize))
417 if (TREE_CODE (aref.ref) == SSA_NAME)
419 gimple *def = SSA_NAME_DEF_STMT (aref.ref);
424 minbound = aref.sizrng[0];
429 offset_int offrange[2] = { aref.offrng[0], aref.offrng[1] };
432 tree reftype = TREE_TYPE (aref.ref);
441 reftype = TREE_TYPE (aref.ref)
    [all...]
tree-ssa-loop-prefetch.cc 352 struct mem_ref **aref; local
355 for (aref = &group->refs; *aref; aref = &(*aref)->next)
357 last_mem_ref_uid = (*aref)->uid;
363 && !(*aref)->write_p)
367 && (*aref)->write_p)
370 if ((*aref)->delta == delta)
374 (*aref) = XNEW (struct mem_ref)
    [all...]
gimple-ssa-warn-restrict.cc 781 access_ref aref; local
782 if (ptrqry.get_ref (dst.base, call, &aref, ostype) && aref.base0)
783 dst.basesize = aref.sizrng[1];
790 access_ref aref; local
791 if (ptrqry.get_ref (src.base, call, &aref, ostype) && aref.base0)
792 src.basesize = aref.sizrng[1];
pointer-query.cc 200 access_ref aref; local
202 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
203 && aref.sizrng[1] < offrng[1])
204 offrng[1] = aref.sizrng[1];
234 access_ref aref; local
236 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry))
237 offrng[1] = aref.sizrng[1] - 1;
259 access_ref aref; local
261 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
262 && aref.sizrng[1] < offrng[1]
637 access_ref aref; local
    [all...]
omp-simd-clone.cc 1298 tree aref = build4 (ARRAY_REF, local
1301 g = gimple_build_assign (mask, aref);
1321 tree aref = build4 (ARRAY_REF, local
1324 g = gimple_build_assign (mask, aref);
1326 int bitsize = GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (aref)));
1327 if (!INTEGRAL_TYPE_P (TREE_TYPE (aref)))
1329 aref = build1 (VIEW_CONVERT_EXPR,
1332 mask = make_ssa_name (TREE_TYPE (aref));
1333 g = gimple_build_assign (mask, aref);
1642 tree aref = build4 (ARRAY_REF, rtype, array local
    [all...]
tree-ssa-strlen.cc 1171 access_ref aref; local
1172 if (!ptr_qry->get_ref (ptr, stmt, &aref))
1175 offset_int sizrem = aref.size_remaining ();
1185 tree reftype = TREE_TYPE (aref.ref);
1187 || aref.offrng[0] != aref.offrng[1]
1188 || !wi::fits_shwi_p (aref.offrng[0]))
1191 HOST_WIDE_INT off = aref.offrng[0].to_shwi ();
1883 access_ref aref; local
1884 tree size = compute_objsize (dst, stmt, 1, &aref, &ptr_qry)
2083 access_ref aref; local
3165 access_ref aref; local
    [all...]
gimple-ssa-warn-access.cc 1974 /* Diagnose a call EXP to deallocate a pointer referenced by AREF if it
1980 warn_dealloc_offset (location_t loc, gimple *call, const access_ref &aref)
1982 if (aref.deref || aref.offrng[0] <= 0 || aref.offrng[1] <= 0)
1995 if (TREE_CODE (aref.ref) == SSA_NAME)
1997 gimple *def_stmt = SSA_NAME_DEF_STMT (aref.ref);
2009 if (wi::fits_shwi_p (aref.offrng[0]))
2011 if (aref.offrng[0] == aref.offrng[1
4636 access_ref aref; local
4647 access_ref aref; local
    [all...]
tree-predcom.cc 1469 dref nw = XCNEW (class dref_d), aref; local
1476 FOR_EACH_VEC_ELT (chain->refs, i, aref)
1477 if (aref->distance >= nw->distance)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-string.c 242 ctf_str_atom_ref_t *aref; local
248 aref = malloc (s);
250 if (!aref)
253 aref->caf_ref = ref;
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref;
266 if (ctf_dynhash_insert (fp->ctf_str_movable_refs, ref, aref) < 0)
268 free (aref);
274 ctf_list_append (&atom->csa_refs, aref);
276 return aref;
522 ctf_str_atom_ref_t *aref, *anext local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-string.c 242 ctf_str_atom_ref_t *aref; local
248 aref = malloc (s);
250 if (!aref)
253 aref->caf_ref = ref;
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref;
266 if (ctf_dynhash_insert (fp->ctf_str_movable_refs, ref, aref) < 0)
268 free (aref);
274 ctf_list_append (&atom->csa_refs, aref);
276 return aref;
522 ctf_str_atom_ref_t *aref, *anext local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 495 access_ref aref; local
496 if (!m_ptr_qry.get_ref (ref, m_stmt, &aref, 0))
499 if (aref.offset_in_range (axssize))
502 if (TREE_CODE (aref.ref) == SSA_NAME)
504 gimple *def = SSA_NAME_DEF_STMT (aref.ref);
509 minbound = aref.sizrng[0];
514 offset_int offrange[2] = { aref.offrng[0], aref.offrng[1] };
517 tree reftype = TREE_TYPE (aref.ref);
526 reftype = TREE_TYPE (aref.ref)
    [all...]
tree-ssa-loop-prefetch.cc 352 struct mem_ref **aref; local
355 for (aref = &group->refs; *aref; aref = &(*aref)->next)
357 last_mem_ref_uid = (*aref)->uid;
363 && !(*aref)->write_p)
367 && (*aref)->write_p)
370 if ((*aref)->delta == delta)
374 (*aref) = XNEW (struct mem_ref)
    [all...]
pointer-query.cc 201 access_ref aref; local
203 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
204 && aref.sizrng[1] < offrng[1])
205 offrng[1] = aref.sizrng[1];
235 access_ref aref; local
237 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry))
238 offrng[1] = aref.sizrng[1] - 1;
260 access_ref aref; local
262 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
263 && aref.sizrng[1] < offrng[1]
639 access_ref aref; local
    [all...]
gimple-ssa-warn-restrict.cc 784 access_ref aref; local
785 if (ptrqry.get_ref (dst.base, call, &aref, ostype) && aref.base0)
786 dst.basesize = aref.sizrng[1];
793 access_ref aref; local
794 if (ptrqry.get_ref (src.base, call, &aref, ostype) && aref.base0)
795 src.basesize = aref.sizrng[1];
omp-simd-clone.cc 1573 tree aref = build4 (ARRAY_REF, local
1576 g = gimple_build_assign (mask, aref);
1604 tree aref = build4 (ARRAY_REF, local
1607 g = gimple_build_assign (mask, aref);
1609 int bitsize = GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (aref)));
1610 if (!INTEGRAL_TYPE_P (TREE_TYPE (aref)))
1612 aref = build1 (VIEW_CONVERT_EXPR,
1615 mask = make_ssa_name (TREE_TYPE (aref));
1616 g = gimple_build_assign (mask, aref);
1925 tree aref = build4 (ARRAY_REF, rtype, array local
    [all...]
tree-ssa-strlen.cc 1145 access_ref aref; local
1146 if (!ptr_qry->get_ref (ptr, stmt, &aref))
1149 offset_int sizrem = aref.size_remaining ();
1159 tree reftype = TREE_TYPE (aref.ref);
1161 || aref.offrng[0] != aref.offrng[1]
1162 || !wi::fits_shwi_p (aref.offrng[0]))
1165 HOST_WIDE_INT off = aref.offrng[0].to_shwi ();
1870 access_ref aref; local
1871 tree size = compute_objsize (dst, stmt, 1, &aref, &ptr_qry)
2071 access_ref aref; local
3157 access_ref aref; local
    [all...]
gimple-ssa-warn-access.cc 1999 /* Diagnose a call EXP to deallocate a pointer referenced by AREF if it
2005 warn_dealloc_offset (location_t loc, gimple *call, const access_ref &aref)
2007 if (aref.deref || aref.offrng[0] <= 0 || aref.offrng[1] <= 0)
2020 if (TREE_CODE (aref.ref) == SSA_NAME)
2022 gimple *def_stmt = SSA_NAME_DEF_STMT (aref.ref);
2034 if (wi::fits_shwi_p (aref.offrng[0]))
2036 if (aref.offrng[0] == aref.offrng[1
4696 access_ref aref; local
4707 access_ref aref; local
    [all...]
tree-predcom.cc 1500 dref nw = XCNEW (class dref_d), aref; local
1507 FOR_EACH_VEC_ELT (chain->refs, i, aref)
1508 if (aref->distance >= nw->distance)
tree-ssa-loop-im.cc 1527 mem_ref_loc aref; local
1528 aref.stmt = stmt;
1529 aref.ref = loc;
1530 ref->accesses_in_loop.safe_push (aref);
3139 im_mem_ref *aref = memory_accesses.refs_list[i]; local
3140 if (aref->mem.ref == error_mark_node)
3142 gimple *stmt = aref->accesses_in_loop[0].stmt;
3153 else if (!refs_independent_p (ref, aref, kind != sm_waw))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 98 tree aref = TREE_OPERAND (*tp, 0); local
99 pset->add (aref);
101 walk_tree (&TREE_OPERAND (aref, 0), ubsan_walk_array_refs_r, pset, pset);
102 walk_tree (&TREE_OPERAND (aref, 1), ubsan_walk_array_refs_r, pset, pset);
103 walk_tree (&TREE_OPERAND (aref, 2), ubsan_walk_array_refs_r, pset, pset);
104 walk_tree (&TREE_OPERAND (aref, 3), ubsan_walk_array_refs_r, pset, pset);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 101 tree aref = TREE_OPERAND (*tp, 0); local
102 pset->add (aref);
104 walk_tree (&TREE_OPERAND (aref, 0), ubsan_walk_array_refs_r, pset, pset);
105 walk_tree (&TREE_OPERAND (aref, 1), ubsan_walk_array_refs_r, pset, pset);
106 walk_tree (&TREE_OPERAND (aref, 2), ubsan_walk_array_refs_r, pset, pset);
107 walk_tree (&TREE_OPERAND (aref, 3), ubsan_walk_array_refs_r, pset, pset);

Completed in 97 milliseconds

1 2