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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 1509 gimple *popcount_stmt, *pattern_stmt; local
1529 popcount_stmt = SSA_NAME_DEF_STMT (rhs_oprnd);
1532 if (!is_gimple_call (popcount_stmt))
1534 switch (gimple_call_combined_fn (popcount_stmt))
1542 if (gimple_call_num_args (popcount_stmt) != 1)
1545 rhs_oprnd = gimple_call_arg (popcount_stmt, 0);
1563 vect_pattern_detected ("vec_regcog_popcount_pattern", popcount_stmt);

Completed in 76 milliseconds