HomeSort by: relevance | last modified time | path
    Searched refs:VECTOR_CST_ELT (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 636 tree res = VECTOR_CST_ELT (arg, 0);
639 res = const_binop (code, type, res, VECTOR_CST_ELT (arg, i));
680 VECTOR_CST_ELT (arg, i));
1346 arg0 = const_binop (code, type, arg0, VECTOR_CST_ELT (arg1, i));
fold-const.cc 592 tree elt = fold_negate_expr (loc, VECTOR_CST_ELT (t, i));
1570 tree elem1 = VECTOR_CST_ELT (arg1, i);
1571 tree elem2 = VECTOR_CST_ELT (arg2, i);
1597 tree elem1 = VECTOR_CST_ELT (arg1, i);
1671 ? VECTOR_CST_ELT (arg1, i)
1672 : VECTOR_CST_ELT (arg2, i - in_nelts));
1716 VECTOR_CST_ELT (arg1, in));
1718 VECTOR_CST_ELT (arg2, in));
1822 elem = VECTOR_CST_ELT (arg0, i);
1884 VECTOR_CST_ELT (arg0, i + offset))
    [all...]
tree-vect-generic.cc 621 tree cst = VECTOR_CST_ELT (op1, i);
673 tree cst2 = VECTOR_CST_ELT (op1, j);
1024 tree elem1 = VECTOR_CST_ELT (op1, i);
1481 return VECTOR_CST_ELT (vect, index);
tree-ssa-forwprop.cc 2469 idx = TREE_INT_CST_LOW (VECTOR_CST_ELT (m, idx));
2512 tree val = VECTOR_CST_ELT (mask, i);
expr.cc 6523 tree v = VECTOR_CST_ELT (value, i);
10741 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, VECTOR_CST_ELT (exp, i));
13009 tree elt = VECTOR_CST_ELT (exp, i);
13041 tree elt = VECTOR_CST_ELT (exp, i);
varasm.cc 5340 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align,
5347 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign,
tree-pretty-print.cc 2251 dump_generic_node (pp, VECTOR_CST_ELT (node, i),
  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 632 tree res = VECTOR_CST_ELT (arg, 0);
635 res = const_binop (code, type, res, VECTOR_CST_ELT (arg, i));
676 VECTOR_CST_ELT (arg, i));
1404 arg0 = const_binop (code, type, arg0, VECTOR_CST_ELT (arg1, i));
fold-const.cc 688 tree elt = fold_negate_expr (loc, VECTOR_CST_ELT (t, i));
1721 tree elem1 = VECTOR_CST_ELT (arg1, i);
1722 tree elem2 = VECTOR_CST_ELT (arg2, i);
1748 tree elem1 = VECTOR_CST_ELT (arg1, i);
1822 ? VECTOR_CST_ELT (arg1, i)
1823 : VECTOR_CST_ELT (arg2, i - in_nelts));
1867 VECTOR_CST_ELT (arg1, in));
1869 VECTOR_CST_ELT (arg2, in));
1973 elem = VECTOR_CST_ELT (arg0, i);
2035 VECTOR_CST_ELT (arg0, i + offset))
    [all...]
tree-vect-generic.cc 584 tree cst = VECTOR_CST_ELT (op1, i);
636 tree cst2 = VECTOR_CST_ELT (op1, j);
987 tree elem1 = VECTOR_CST_ELT (op1, i);
1448 return VECTOR_CST_ELT (vect, index);
tree-ssa-forwprop.cc 2495 idx = TREE_INT_CST_LOW (VECTOR_CST_ELT (m, idx)) % (2 * nelts);
2503 unsigned start = TREE_INT_CST_LOW (vector_cst_elt (m, idx)) % (2 * nelts);
2504 unsigned end = TREE_INT_CST_LOW (vector_cst_elt (m, idx + nelts_op - 1))
2512 if (TREE_INT_CST_LOW (vector_cst_elt (m, idx + i)) % (2 * nelts) - 1
2513 != TREE_INT_CST_LOW (vector_cst_elt (m, idx + i - 1))
2581 tree val = VECTOR_CST_ELT (mask, i);
varasm.cc 5441 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align,
5448 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign,
expr.cc 7188 tree v = VECTOR_CST_ELT (value, i);
11555 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, VECTOR_CST_ELT (exp, i));
13963 tree elt = VECTOR_CST_ELT (exp, i);
13995 tree elt = VECTOR_CST_ELT (exp, i);
tree-pretty-print.cc 2494 dump_generic_node (pp, VECTOR_CST_ELT (node, i),
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 11908 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
11909 TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, i)));
11915 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 0));
11920 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
11927 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 1));
11932 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
11990 = TREE_INT_CST_LOW (VECTOR_CST_ELT (arg0, i));
12026 n_elts.quick_push (VECTOR_CST_ELT (arg0, i));
12027 n_elts.quick_push (VECTOR_CST_ELT (arg1, i));
12059 tree e0 = VECTOR_CST_ELT (arg0, i)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 11923 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
11924 TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, i)));
11930 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 0));
11935 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
11942 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 1));
11947 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)),
12005 = TREE_INT_CST_LOW (VECTOR_CST_ELT (arg0, i));
12041 n_elts.quick_push (VECTOR_CST_ELT (arg0, i));
12042 n_elts.quick_push (VECTOR_CST_ELT (arg1, i));
12074 tree e0 = VECTOR_CST_ELT (arg0, i)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 395 = d_eval_constant_expression (loc, VECTOR_CST_ELT (cst, i));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 1511 pp->expression (VECTOR_CST_ELT (e, i));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 1562 pp->expression (VECTOR_CST_ELT (e, i));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 18064 tree e = VECTOR_CST_ELT (args[0], i);
18296 tree elt = VECTOR_CST_ELT (args[0], i);
18304 countt = VECTOR_CST_ELT (args[1], i);
18332 elt = VECTOR_CST_ELT (args[n_args - 2], i);
18734 tree elt = VECTOR_CST_ELT (arg1, i);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2114 splat = VECTOR_CST_ELT (arg0, TREE_INT_CST_LOW (arg1));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1370 if (!integer_zerop (VECTOR_CST_ELT (pred, i)))
aarch64-sve-builtins.cc 3418 if (!operand_equal_p (VECTOR_CST_ELT (v, i), first_el, 0))
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2089 splat = VECTOR_CST_ELT (arg0, TREE_INT_CST_LOW (arg1));
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 18844 tree e = VECTOR_CST_ELT (args[0], i);
19076 tree elt = VECTOR_CST_ELT (args[0], i);
19084 countt = VECTOR_CST_ELT (args[1], i);
19112 elt = VECTOR_CST_ELT (args[n_args - 2], i);
19517 tree elt = VECTOR_CST_ELT (arg1, i);

Completed in 236 milliseconds

1 2