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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 1056 slp_tree, tree vectype, int stmt_cost)
1062 stmt_cost += (FLOAT_TYPE_P (vectype) ? costs->regmove->FR2VR
1066 stmt_cost += (FLOAT_TYPE_P (vectype) ? costs->regmove->VR2FR
1104 pair. Only increase the stmt_cost if we haven't seen
1119 stmt_cost += builtin_vectorization_cost (scalar_stmt,
1131 return stmt_cost;
1139 int stmt_cost local
1165 stmt_cost = adjust_stmt_cost (kind, loop_vinfo, stmt_info, node, vectype,
1166 stmt_cost);
1168 return record_stmt_cost (stmt_info, where, count * stmt_cost);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 1637 int stmt_cost = oloop.m_num_stmts; local
1639 stmt_cost --;
1641 stmt_cost -= oloop.m_inductions.length ();
1644 stmt_cost += iloop.m_const_init_reduc * 2;
1645 if (stmt_cost < 0)
1646 stmt_cost = 0;
1651 (unsigned) stmt_cost,
gimple-ssa-strength-reduction.cc 728 stmt_cost (gimple *gs, bool speed)
860 savings += stmt_cost (arg_stmt, speed);
1111 + stmt_cost (base_cand->cand_stmt, speed));
1127 + stmt_cost (base_cand->cand_stmt, speed));
1183 + stmt_cost (base_cand->cand_stmt, speed));
1198 + stmt_cost (base_cand->cand_stmt, speed));
1214 + stmt_cost (base_cand->cand_stmt, speed));
1317 + stmt_cost (addend_cand->cand_stmt, speed));
1342 + stmt_cost (base_cand->cand_stmt, speed));
1366 + stmt_cost (subtrahend_cand->cand_stmt, speed))
725 stmt_cost (gimple *gs, bool speed) function
    [all...]
tree-ssa-loop-im.cc 612 stmt_cost (gimple *stmt) function
891 lim_data->cost += stmt_cost (stmt);
922 lim_data->cost += stmt_cost (stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 1635 int stmt_cost = oloop.m_num_stmts; local
1637 stmt_cost --;
1639 stmt_cost -= oloop.m_inductions.length ();
1642 stmt_cost += iloop.m_const_init_reduc * 2;
1643 if (stmt_cost < 0)
1644 stmt_cost = 0;
1649 (unsigned) stmt_cost,
gimple-ssa-strength-reduction.cc 728 stmt_cost (gimple *gs, bool speed)
860 savings += stmt_cost (arg_stmt, speed);
1111 + stmt_cost (base_cand->cand_stmt, speed));
1127 + stmt_cost (base_cand->cand_stmt, speed));
1183 + stmt_cost (base_cand->cand_stmt, speed));
1198 + stmt_cost (base_cand->cand_stmt, speed));
1214 + stmt_cost (base_cand->cand_stmt, speed));
1317 + stmt_cost (addend_cand->cand_stmt, speed));
1342 + stmt_cost (base_cand->cand_stmt, speed));
1366 + stmt_cost (subtrahend_cand->cand_stmt, speed))
725 stmt_cost (gimple *gs, bool speed) function
    [all...]
tree-ssa-loop-im.cc 592 stmt_cost (gimple *stmt) function
851 lim_data->cost += stmt_cost (stmt);
877 lim_data->cost += stmt_cost (stmt);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 4224 int stmt_cost = loongarch_builtin_vectorization_cost (kind, vectype, local
4239 stmt_cost = 0;
4243 retval = adjust_cost_for_freq (stmt_info, where, count * stmt_cost);
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 6692 int stmt_cost = spu_builtin_vectorization_cost (kind, vectype, misalign);
6700 retval = (unsigned) (count * stmt_cost);
6681 int stmt_cost = spu_builtin_vectorization_cost (kind, vectype, misalign); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5376 /* i386 port adopts nunits * stmt_cost as the penalized cost
5406 int stmt_cost = rs6000_builtin_vectorization_cost (kind, vectype,
5408 stmt_cost += rs6000_adjust_vect_cost_per_stmt (kind, stmt_info);
5413 retval = adjust_cost_for_freq (stmt_info, where, count * stmt_cost);
5396 int stmt_cost = rs6000_builtin_vectorization_cost (kind, vectype, local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 5407 /* i386 port adopts nunits * stmt_cost as the penalized cost
5437 int stmt_cost = rs6000_builtin_vectorization_cost (kind, vectype,
5439 stmt_cost += rs6000_adjust_vect_cost_per_stmt (kind, stmt_info);
5444 retval = adjust_cost_for_freq (stmt_info, where, count * stmt_cost);
5427 int stmt_cost = rs6000_builtin_vectorization_cost (kind, vectype, local

Completed in 98 milliseconds