OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poly_uint64
(Results
1 - 25
of
198
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/gpl3/gcc/dist/gcc/
int-vector-builder.h
29
class int_vector_builder : public vector_builder<T,
poly_uint64
,
32
typedef vector_builder<T,
poly_uint64
, int_vector_builder> parent;
33
friend class vector_builder<T,
poly_uint64
, int_vector_builder>;
37
int_vector_builder (
poly_uint64
, unsigned int, unsigned int);
50
static
poly_uint64
shape_nelts (
poly_uint64
x) { return x; }
59
int_vector_builder<T>::int_vector_builder (
poly_uint64
full_nelts,
vec-perm-indices.h
56
vec_perm_indices (const vec_perm_builder &, unsigned int,
poly_uint64
);
58
void new_vector (const vec_perm_builder &, unsigned int,
poly_uint64
);
68
poly_uint64
length () const { return m_encoding.full_nelts (); }
74
poly_uint64
nelts_per_input () const { return m_nelts_per_input; }
77
poly_uint64
input_nelts () const { return m_ninputs * m_nelts_per_input; }
90
poly_uint64
m_nelts_per_input;
111
poly_uint64
nelts_per_input)
ira.h
213
extern rtx ira_reuse_stack_slot (int,
poly_uint64
,
poly_uint64
);
214
extern void ira_mark_new_stack_slot (rtx, int,
poly_uint64
);
poly-int-types.h
25
typedef poly_int<NUM_POLY_INT_COEFFS, unsigned HOST_WIDE_INT>
poly_uint64
;
typedef
rtx-vector-builder.h
52
static
poly_uint64
shape_nelts (machine_mode mode)
54
static
poly_uint64
nelts_of (const_rtx x)
tree-vector-builder.h
51
static
poly_uint64
shape_nelts (const_tree t)
53
static
poly_uint64
nelts_of (const_tree t)
hooks.cc
136
/* Generic hook that takes (
poly_uint64
,
poly_uint64
) and returns true. */
138
hook_bool_puint64_puint64_true (
poly_uint64
,
poly_uint64
)
hooks.h
42
extern bool hook_bool_puint64_puint64_true (
poly_uint64
,
poly_uint64
);
vector-builder.h
90
static
poly_uint64
shape_nelts (Shape shape);
98
static
poly_uint64
nelts_of (T x);
117
poly_uint64
full_nelts () const { return m_full_nelts; }
136
void new_vector (
poly_uint64
, unsigned int, unsigned int);
148
poly_uint64
m_full_nelts;
193
vector_builder<T, Shape, Derived>::new_vector (
poly_uint64
full_nelts,
270
poly_uint64
full_nelts = Derived::shape_nelts (shape);
299
poly_uint64
full_nelts = Derived::shape_nelts (shape);
347
poly_uint64
nelts = Derived::nelts_of (vec1);
expmed.h
717
extern void store_bit_field (rtx,
poly_uint64
,
poly_uint64
,
718
poly_uint64
,
poly_uint64
,
720
extern rtx extract_bit_field (rtx,
poly_uint64
,
poly_uint64
, int, rtx,
explow.h
45
extern rtx force_subreg (machine_mode, rtx, machine_mode,
poly_uint64
);
stor-layout.h
105
extern opt_machine_mode bitwise_mode_for_size (
poly_uint64
);
vec-perm-indices.cc
41
poly_uint64
nelts_per_input)
53
poly_uint64
full_nelts = elements.full_nelts ();
122
poly_uint64
nelts;
152
poly_uint64
full_nelts = exact_div (orig.m_encoding.full_nelts (), factor);
/src/external/gpl3/gcc.old/dist/gcc/
int-vector-builder.h
29
class int_vector_builder : public vector_builder<T,
poly_uint64
,
32
typedef vector_builder<T,
poly_uint64
, int_vector_builder> parent;
33
friend class vector_builder<T,
poly_uint64
, int_vector_builder>;
37
int_vector_builder (
poly_uint64
, unsigned int, unsigned int);
50
static
poly_uint64
shape_nelts (
poly_uint64
x) { return x; }
59
int_vector_builder<T>::int_vector_builder (
poly_uint64
full_nelts,
vec-perm-indices.h
56
vec_perm_indices (const vec_perm_builder &, unsigned int,
poly_uint64
);
58
void new_vector (const vec_perm_builder &, unsigned int,
poly_uint64
);
68
poly_uint64
length () const { return m_encoding.full_nelts (); }
74
poly_uint64
nelts_per_input () const { return m_nelts_per_input; }
77
poly_uint64
input_nelts () const { return m_ninputs * m_nelts_per_input; }
90
poly_uint64
m_nelts_per_input;
111
poly_uint64
nelts_per_input)
ira.h
210
extern rtx ira_reuse_stack_slot (int,
poly_uint64
,
poly_uint64
);
211
extern void ira_mark_new_stack_slot (rtx, int,
poly_uint64
);
rtx-vector-builder.h
52
static
poly_uint64
shape_nelts (machine_mode mode)
54
static
poly_uint64
nelts_of (const_rtx x)
tree-vector-builder.h
51
static
poly_uint64
shape_nelts (const_tree t)
53
static
poly_uint64
nelts_of (const_tree t)
hooks.h
42
extern bool hook_bool_puint64_puint64_true (
poly_uint64
,
poly_uint64
);
poly-int-types.h
33
typedef poly_int<NUM_POLY_INT_COEFFS, unsigned HOST_WIDE_INT>
poly_uint64
;
typedef
vector-builder.h
90
static
poly_uint64
shape_nelts (Shape shape);
98
static
poly_uint64
nelts_of (T x);
117
poly_uint64
full_nelts () const { return m_full_nelts; }
136
void new_vector (
poly_uint64
, unsigned int, unsigned int);
148
poly_uint64
m_full_nelts;
193
vector_builder<T, Shape, Derived>::new_vector (
poly_uint64
full_nelts,
270
poly_uint64
full_nelts = Derived::shape_nelts (shape);
299
poly_uint64
full_nelts = Derived::shape_nelts (shape);
347
poly_uint64
nelts = Derived::nelts_of (vec1);
expmed.h
716
extern void store_bit_field (rtx,
poly_uint64
,
poly_uint64
,
717
poly_uint64
,
poly_uint64
,
719
extern rtx extract_bit_field (rtx,
poly_uint64
,
poly_uint64
, int, rtx,
data-streamer-in.cc
178
/* Read a
poly_uint64
from IB. */
180
poly_uint64
183
poly_uint64
res;
hooks.cc
136
/* Generic hook that takes (
poly_uint64
,
poly_uint64
) and returns true. */
138
hook_bool_puint64_puint64_true (
poly_uint64
,
poly_uint64
)
vec-perm-indices.cc
41
poly_uint64
nelts_per_input)
53
poly_uint64
full_nelts = elements.full_nelts ();
122
poly_uint64
nelts;
152
poly_uint64
full_nelts = exact_div (orig.m_encoding.full_nelts (), factor);
Completed in 70 milliseconds
1
2
3
4
5
6
7
8
Indexes created Sat Sep 05 00:25:07 UTC 2026