HomeSort by: relevance | last modified time | path
    Searched refs:VECTOR_CST_NPATTERNS (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vector-builder.h 56 { return VECTOR_CST_NPATTERNS (t); }
vec-perm-indices.cc 297 VECTOR_CST_NPATTERNS (cst),
tree.cc 2832 return (VECTOR_CST_NPATTERNS (expr) == 1
2856 return (VECTOR_CST_NPATTERNS (expr) == 1
2895 return (VECTOR_CST_NPATTERNS (expr) == 1
3169 return (VECTOR_CST_NPATTERNS (expr) == 1
3195 return (VECTOR_CST_NPATTERNS (expr) == 1
10183 unsigned int npatterns = VECTOR_CST_NPATTERNS (t);
10214 unsigned int npatterns = VECTOR_CST_NPATTERNS (t);
10285 if (VECTOR_CST_NPATTERNS (init) == 1
10412 if (VECTOR_CST_NPATTERNS (vec) == 1 && VECTOR_CST_DUPLICATE_P (vec))
10534 repeat_nelts = VECTOR_CST_NPATTERNS (t)
    [all...]
print-tree.cc 826 VECTOR_CST_NPATTERNS (node),
varasm.cc 3161 hi = 7 + VECTOR_CST_NPATTERNS (exp);
3309 if (VECTOR_CST_NPATTERNS (t1)
3310 != VECTOR_CST_NPATTERNS (t2))
tree.h 1074 #define VECTOR_CST_NPATTERNS(NODE) \
4421 return VECTOR_CST_NPATTERNS (t) * VECTOR_CST_NELTS_PER_PATTERN (t);
expr.cc 13004 rtx_vector_builder builder (mode, VECTOR_CST_NPATTERNS (exp),
13036 rtx_vector_builder builder (mode, VECTOR_CST_NPATTERNS (exp),
fold-const.cc 3731 hstate.add_int (VECTOR_CST_NPATTERNS (t));
9181 = VECTOR_CST_NPATTERNS (expr) * expr_elt_bits;
  /src/external/gpl3/gcc/dist/gcc/
tree-vector-builder.h 56 { return VECTOR_CST_NPATTERNS (t); }
vec-perm-indices.cc 297 VECTOR_CST_NPATTERNS (cst),
print-tree.cc 836 VECTOR_CST_NPATTERNS (node),
tree.cc 2871 return (VECTOR_CST_NPATTERNS (expr) == 1
2895 return (VECTOR_CST_NPATTERNS (expr) == 1
2934 return (VECTOR_CST_NPATTERNS (expr) == 1
3208 return (VECTOR_CST_NPATTERNS (expr) == 1
3234 return (VECTOR_CST_NPATTERNS (expr) == 1
10381 unsigned int npatterns = VECTOR_CST_NPATTERNS (t);
10412 unsigned int npatterns = VECTOR_CST_NPATTERNS (t);
10483 if (VECTOR_CST_NPATTERNS (init) == 1
10610 if (VECTOR_CST_NPATTERNS (vec) == 1 && VECTOR_CST_DUPLICATE_P (vec))
10732 repeat_nelts = VECTOR_CST_NPATTERNS (t)
    [all...]
varasm.cc 3195 hi = 7 + VECTOR_CST_NPATTERNS (exp);
3343 if (VECTOR_CST_NPATTERNS (t1)
3344 != VECTOR_CST_NPATTERNS (t2))
fold-const.cc 3956 hstate.add_int (VECTOR_CST_NPATTERNS (t));
9384 = VECTOR_CST_NPATTERNS (expr) * expr_elt_bits;
10796 && pow2p_hwi (VECTOR_CST_NPATTERNS (arg0))
10797 && pow2p_hwi (VECTOR_CST_NPATTERNS (arg1))))
10860 unsigned arg_npatterns = VECTOR_CST_NPATTERNS (arg);
17443 ASSERT_TRUE (VECTOR_CST_NPATTERNS (res) <= npatterns);
17934 arg_npatterns = VECTOR_CST_NPATTERNS (arg1) = 4
tree.h 1178 #define VECTOR_CST_NPATTERNS(NODE) \
4657 return VECTOR_CST_NPATTERNS (t) * VECTOR_CST_NELTS_PER_PATTERN (t);
expr.cc 13958 rtx_vector_builder builder (mode, VECTOR_CST_NPATTERNS (exp),
13990 rtx_vector_builder builder (mode, VECTOR_CST_NPATTERNS (exp),
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1300 int step_1 = gcd (step, VECTOR_CST_NPATTERNS (pred));
1301 int npats = VECTOR_CST_NPATTERNS (pred);
1336 [VECTOR_CST_NPATTERNS .. VECTOR_CST_ENCODED_NELTS - 1]
1337 is zero, then we can treat the vector as VECTOR_CST_NPATTERNS
aarch64-sve-builtins.cc 3413 VECTOR_CST_NPATTERNS. */
3414 unsigned int lcm = least_common_multiple (step, VECTOR_CST_NPATTERNS (v));

Completed in 153 milliseconds