HomeSort by: relevance | last modified time | path
    Searched defs:expand_vec_perm_1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 6156 expand_vec_perm_1 (enum insn_code icode, rtx target,
6328 rtx tmp = expand_vec_perm_1 (icode, target, v0, v1, sel_rtx);
6340 rtx tmp = expand_vec_perm_1 (icode, target_qi, v0_qi, v1_qi, sel_qi);
6373 tmp = expand_vec_perm_1 (icode, target, v0, v1, sel);
6423 tmp = expand_vec_perm_1 (icode, tmp, gen_lowpart (qimode, v0),
6133 expand_vec_perm_1 (enum insn_code icode, rtx target, function
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 6415 expand_vec_perm_1 (enum insn_code icode, rtx target,
6590 rtx tmp = expand_vec_perm_1 (icode, target, v0, v1, sel_rtx);
6602 rtx tmp = expand_vec_perm_1 (icode, target_qi, v0_qi, v1_qi, sel_qi);
6635 tmp = expand_vec_perm_1 (icode, target, v0, v1, sel);
6685 tmp = expand_vec_perm_1 (icode, tmp, gen_lowpart (qimode, v0),
6393 expand_vec_perm_1 (enum insn_code icode, rtx target, function
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 15769 static bool expand_vec_perm_1 (struct expand_vec_perm_d *d);
15940 ok = (expand_vec_perm_1 (&dperm)
20262 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
20471 expand_vec_perm_1 (struct expand_vec_perm_d *d) function
20652 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
20930 return expand_vec_perm_1 (&dcopy);
20961 ok = expand_vec_perm_1 (&dcopy);
21028 ok = expand_vec_perm_1 (&dcopy);
21349 ok = expand_vec_perm_1 (&dfinal);
21365 ok = expand_vec_perm_1 (&dremap)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 14905 static bool expand_vec_perm_1 (struct expand_vec_perm_d *d);
15011 ok = (expand_vec_perm_1 (&dperm)
19056 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
19265 expand_vec_perm_1 (struct expand_vec_perm_d *d) function
19442 if (canonicalize_vector_int_perm (d, &nd) && expand_vec_perm_1 (&nd))
19590 return expand_vec_perm_1 (&dcopy);
19619 ok = expand_vec_perm_1 (&dcopy);
19685 ok = expand_vec_perm_1 (&dcopy);
20006 ok = expand_vec_perm_1 (&dfinal);
20022 ok = expand_vec_perm_1 (&dremap)
    [all...]

Completed in 58 milliseconds