Searched refs:vectorizable_load (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-vect-stmts.c | 4152 vectorizable_load (gimple stmt, gimple_stmt_iterator *gsi, gimple *vec_stmt, in vectorizable_load() function 5418 || vectorizable_load (stmt, NULL, NULL, NULL, NULL) in vect_analyze_stmt() 5430 || vectorizable_load (stmt, NULL, NULL, node, NULL) in vect_analyze_stmt() 5518 done = vectorizable_load (stmt, gsi, &vec_stmt, slp_node, in vect_transform_stmt()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-vect-stmts.c | 7232 vectorizable_load (gimple *stmt, gimple_stmt_iterator *gsi, gimple **vec_stmt, in vectorizable_load() function 9413 || vectorizable_load (stmt, NULL, NULL, node, NULL) in vect_analyze_stmt() 9428 || vectorizable_load (stmt, NULL, NULL, node, NULL) in vect_analyze_stmt() 9522 done = vectorizable_load (stmt, gsi, &vec_stmt, slp_node, in vect_transform_stmt()
|