OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_int
(Results
1 - 25
of
72
) sorted by relevancy
1
2
3
/src/external/gpl3/gcc/dist/gcc/
pointer-query.h
89
offset_int
size_remaining (
offset_int
* = nullptr) const;
92
bool offset_in_range (const
offset_int
&) const;
108
void add_offset (const
offset_int
&off)
114
void add_offset (const
offset_int
&, const
offset_int
&);
119
offset_int
maxoff = wi::to_offset (TYPE_MAX_VALUE (ptrdiff_type_node));
134
offset_int
offrng[2];
135
offset_int
sizrng[2];
137
offset_int
offmax[2]
[
all
...]
gimple-ssa-warn-restrict.cc
139
offset_int
basesize;
141
offset_int
refsize;
146
offset_int
refoff;
149
offset_int
offrange[2];
151
offset_int
sizrange[2];
154
const
offset_int
maxobjsize;
165
tree offset_out_of_bounds (int,
offset_int
[3]) const;
211
offset_int
write_off (tree) const;
226
offset_int
overlap_size (const
offset_int
[2], const offset_int[2]
[
all
...]
poly-int-types.h
26
typedef poly_int<NUM_POLY_INT_COEFFS,
offset_int
> poly_offset_int;
pointer-query.cc
51
offset_int
instead. For middle end expressions returns the same
56
get_offset_range (tree x, gimple *stmt,
offset_int
r[2], range_query *rvals)
58
offset_int
add = 0;
104
r[0] =
offset_int
::from (wr[0], sgn);
105
r[1] =
offset_int
::from (wr[1], sgn);
118
gimple_call_return_array (gimple *stmt,
offset_int
offrng[2], bool *past_end,
670
const
offset_int
maxobjsize = wi::to_offset (max_object_size ());
671
offset_int
minsize = sizrng[0];
704
offset_int
orng[2];
812
const
offset_int
maxobjsize = wi::to_offset (max_object_size ())
[
all
...]
gimple-ssa-warn-alloca.cc
188
const
offset_int
maxobjsize
207
const
offset_int
maxobjsize
238
const
offset_int
maxobjsize = tree_to_shwi (max_object_size ());
305
const
offset_int
maxobjsize
gimple-ssa-strength-reduction.cc
242
offset_int
index;
337
offset_int
incr;
684
const
offset_int
&index, tree stride, tree ctype,
902
static
offset_int
975
restructure_reference (tree *pbase, tree *poffset,
offset_int
*pindex,
979
offset_int
index = *pindex;
981
offset_int
c1, c2, c3, c4, c5;
982
offset_int
mem_offset;
994
c1 =
offset_int
::from (mem_offset, SIGNED);
1066
offset_int
index = cbitpos
[
all
...]
gimple-array-bounds.cc
487
offset_int
minbound = 0;
490
offset_int
axssize = 0;
514
offset_int
offrange[2] = { aref.offrng[0], aref.offrng[1] };
519
offset_int
eltsize = 1;
539
const
offset_int
nelts = aref.sizrng[1] / eltsize;
546
offset_int
ubound = aref.sizrng[1];
689
offset_int
idx;
sanopt.cc
416
offset_int
&cur_offset)
433
offset_int
ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE);
451
const
offset_int
&offset)
481
offset_int
cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE);
501
offset_int
expr_offset;
507
offset_int
total_offset = expr_offset + cur_offset;
525
offset_int
base_size = wi::to_offset (DECL_SIZE_UNIT (base));
tree-ssa-address.cc
629
offset_int
best_mult = 0;
645
best_mult =
offset_int
::from (addr->elts[i].coef, SIGNED);
655
offset_int
amult =
offset_int
::from (addr->elts[i].coef, SIGNED);
656
offset_int
amult_neg = -wi::sext (amult, TYPE_PRECISION (addr->type));
tree-dfa.cc
550
offset_int
omax
551
=
offset_int
::from (max, TYPE_SIGN (TREE_TYPE (index)));
569
offset_int
omin
570
=
offset_int
::from (min, TYPE_SIGN (TREE_TYPE (index)));
/src/external/gpl3/gcc.old/dist/gcc/
pointer-query.h
89
offset_int
size_remaining (
offset_int
* = nullptr) const;
92
bool offset_in_range (const
offset_int
&) const;
108
void add_offset (const
offset_int
&off)
114
void add_offset (const
offset_int
&, const
offset_int
&);
119
offset_int
maxoff = wi::to_offset (TYPE_MAX_VALUE (ptrdiff_type_node));
134
offset_int
offrng[2];
135
offset_int
sizrng[2];
137
offset_int
offmax[2]
[
all
...]
gimple-ssa-warn-restrict.cc
139
offset_int
basesize;
141
offset_int
refsize;
146
offset_int
refoff;
149
offset_int
offrange[2];
151
offset_int
sizrange[2];
154
const
offset_int
maxobjsize;
165
tree offset_out_of_bounds (int,
offset_int
[3]) const;
211
offset_int
write_off (tree) const;
226
offset_int
overlap_size (const
offset_int
[2], const offset_int[2]
[
all
...]
poly-int-types.h
27
typedef poly_int_pod<NUM_POLY_INT_COEFFS,
offset_int
> poly_offset_int_pod;
34
typedef poly_int<NUM_POLY_INT_COEFFS,
offset_int
> poly_offset_int;
pointer-query.cc
50
offset_int
instead. For middle end expressions returns the same
55
get_offset_range (tree x, gimple *stmt,
offset_int
r[2], range_query *rvals)
57
offset_int
add = 0;
103
r[0] =
offset_int
::from (wr[0], sgn);
104
r[1] =
offset_int
::from (wr[1], sgn);
117
gimple_call_return_array (gimple *stmt,
offset_int
offrng[2], bool *past_end,
668
const
offset_int
maxobjsize = wi::to_offset (max_object_size ());
669
offset_int
minsize = sizrng[0];
702
offset_int
orng[2];
810
const
offset_int
maxobjsize = wi::to_offset (max_object_size ())
[
all
...]
gimple-ssa-warn-alloca.cc
188
const
offset_int
maxobjsize
207
const
offset_int
maxobjsize
237
const
offset_int
maxobjsize = tree_to_shwi (max_object_size ());
304
const
offset_int
maxobjsize
gimple-array-bounds.cc
402
offset_int
minbound = 0;
405
offset_int
axssize = 0;
429
offset_int
offrange[2] = { aref.offrng[0], aref.offrng[1] };
434
offset_int
eltsize = 1;
454
const
offset_int
nelts = aref.sizrng[1] / eltsize;
461
offset_int
ubound = aref.sizrng[1];
604
offset_int
idx;
sanopt.cc
416
offset_int
&cur_offset)
433
offset_int
ooffset = wi::sext (wi::to_offset (offset), POINTER_SIZE);
451
const
offset_int
&offset)
481
offset_int
cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE);
501
offset_int
expr_offset;
507
offset_int
total_offset = expr_offset + cur_offset;
525
offset_int
base_size = wi::to_offset (DECL_SIZE_UNIT (base));
tree-ssa-address.cc
632
offset_int
best_mult = 0;
648
best_mult =
offset_int
::from (addr->elts[i].coef, SIGNED);
658
offset_int
amult =
offset_int
::from (addr->elts[i].coef, SIGNED);
659
offset_int
amult_neg = -wi::sext (amult, TYPE_PRECISION (addr->type));
tree-dfa.cc
558
offset_int
omax
559
=
offset_int
::from (max, TYPE_SIGN (TREE_TYPE (index)));
576
offset_int
omin
577
=
offset_int
::from (min, TYPE_SIGN (TREE_TYPE (index)));
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h
156
typedef
offset_int
bit_offset_t;
157
typedef
offset_int
bit_size_t;
158
typedef
offset_int
byte_offset_t;
159
typedef
offset_int
byte_size_t;
region.cc
1300
offset_int
bitoffset
1355
offset_int
element_idx = wi::to_offset (idx_cst);
1362
offset_int
element_bit_size
1364
offset_int
element_bit_offset
/src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.h
179
typedef
offset_int
bit_offset_t;
180
typedef
offset_int
bit_size_t;
181
typedef
offset_int
byte_offset_t;
182
typedef
offset_int
byte_size_t;
region.cc
1832
offset_int
bitoffset
1906
offset_int
element_idx = wi::to_offset (idx_cst);
1913
offset_int
element_bit_size
1915
offset_int
element_bit_offset
/src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc
1899
offset_int
&off)
1929
offset_int
el_sz = wi::to_offset (TYPE_SIZE_UNIT (TREE_TYPE (optype)));
1930
offset_int
idx = off / el_sz;
1931
offset_int
rem = off % el_sz;
1957
offset_int
upos = wi::to_offset (pos);
1958
offset_int
el_sz
2025
offset_int
byte_off = wi::to_offset (TREE_OPERAND (e, 1));
2027
offset_int
elt_idx = 0;
2079
offset_int
asize = wi::to_offset (access_size);
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc
1837
offset_int
&off)
1867
offset_int
el_sz = wi::to_offset (TYPE_SIZE_UNIT (TREE_TYPE (optype)));
1868
offset_int
idx = off / el_sz;
1869
offset_int
rem = off % el_sz;
1895
offset_int
upos = wi::to_offset (pos);
1896
offset_int
el_sz
1963
offset_int
byte_off = wi::to_offset (TREE_OPERAND (e, 1));
1965
offset_int
elt_idx = 0;
2017
offset_int
asize = wi::to_offset (access_size);
Completed in 83 milliseconds
1
2
3
Indexes created Sun Jun 14 00:25:39 UTC 2026