Searched refs:ndts (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-stmts.c | 821 int ndts, in vect_model_simple_cost() argument 834 for (i = 0; i < ndts; i++) in vect_model_simple_cost() 3005 int ndts = 3; in vectorizable_call() local 3213 vect_model_simple_cost (stmt_info, ncopies, dt, ndts, NULL, NULL); in vectorizable_call() 4461 int ndts = 2; in vectorizable_conversion() local 4747 vect_model_simple_cost (stmt_info, ncopies, dt, ndts, NULL, NULL); in vectorizable_conversion() 5058 int ndts = 1; in vectorizable_assignment() local 5157 vect_model_simple_cost (stmt_info, ncopies, dt, ndts, NULL, NULL); in vectorizable_assignment() 5269 int ndts = 2; in vectorizable_shift() local 5531 vect_model_simple_cost (stmt_info, ncopies, dt, ndts, NULL, NULL); in vectorizable_shift() [all …]
|