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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 4069 the base and step in STMT_VINFO_SIMD_CLONE_INFO. */
4070 if (i * 3 + 4 <= STMT_VINFO_SIMD_CLONE_INFO (stmt_info).length ()
4071 && STMT_VINFO_SIMD_CLONE_INFO (stmt_info)[i * 3 + 2])
4075 = tree_to_shwi (STMT_VINFO_SIMD_CLONE_INFO (stmt_info)[i * 3 + 2]);
4077 = STMT_VINFO_SIMD_CLONE_INFO (stmt_info)[i * 3 + 1];
4079 = (STMT_VINFO_SIMD_CLONE_INFO (stmt_info)[i * 3 + 3]
4087 tree step = STMT_VINFO_SIMD_CLONE_INFO (stmt_info)[i * 3 + 2];
4140 if (STMT_VINFO_SIMD_CLONE_INFO (stmt_info).exists ())
4141 bestn = cgraph_node::get (STMT_VINFO_SIMD_CLONE_INFO (stmt_info)[0]);
4255 STMT_VINFO_SIMD_CLONE_INFO (stmt_info).safe_push (bestn->decl)
    [all...]
tree-vectorizer.cc 765 STMT_VINFO_SIMD_CLONE_INFO (stmt_info).release ();
tree-vectorizer.h 1414 #define STMT_VINFO_SIMD_CLONE_INFO(S) (S)->simd_clone_info
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 766 STMT_VINFO_SIMD_CLONE_INFO (stmt_info).release ();
tree-vectorizer.h 1535 #define STMT_VINFO_SIMD_CLONE_INFO(S) (S)->simd_clone_info
tree-vect-stmts.cc 3947 : STMT_VINFO_SIMD_CLONE_INFO (stmt_info));

Completed in 129 milliseconds