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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.h 110 tree vectype, int stmt_cost);
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.old/dist/gcc/config/i386/
i386.cc 23256 int stmt_cost = - 1;
23286 stmt_cost = ix86_cost->addss;
23288 stmt_cost = ix86_cost->fadd;
23290 stmt_cost = ix86_cost->add;
23293 stmt_cost = ix86_vec_cost (mode, fp ? ix86_cost->addss
23301 stmt_cost = ix86_multiplication_cost (ix86_cost, mode);
23306 stmt_cost = ix86_widen_mult_cost (ix86_cost, mode,
23312 stmt_cost = ix86_cost->sse_op;
23314 stmt_cost = ix86_cost->fchs;
23316 stmt_cost = ix86_vec_cost (mode, ix86_cost->sse_op)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 16737 /* STMT_COST is the cost calculated by aarch64_builtin_vectorization_cost
16744 fractional_cost stmt_cost)
16751 return stmt_cost;
16754 /* STMT_COST is the cost calculated by aarch64_builtin_vectorization_cost
16764 fractional_cost stmt_cost)
16848 return stmt_cost;
16851 /* STMT_COST is the cost calculated by aarch64_builtin_vectorization_cost
16858 fractional_cost stmt_cost)
16869 stmt_cost = 0;
16874 stmt_cost = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 16305 /* STMT_COST is the cost calculated by aarch64_builtin_vectorization_cost
16312 fractional_cost stmt_cost)
16319 return stmt_cost;
16322 /* STMT_COST is the cost calculated by aarch64_builtin_vectorization_cost
16332 fractional_cost stmt_cost)
16416 return stmt_cost;
16419 /* STMT_COST is the cost calculated by aarch64_builtin_vectorization_cost
16426 fractional_cost stmt_cost)
16437 stmt_cost = 0;
16442 stmt_cost = 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 24921 int stmt_cost = - 1;
24951 stmt_cost = ix86_cost->addss;
24953 stmt_cost = ix86_cost->fadd;
24955 stmt_cost = ix86_cost->add;
24958 stmt_cost = ix86_vec_cost (mode, fp ? ix86_cost->addss
24966 stmt_cost = ix86_multiplication_cost (ix86_cost, mode);
24971 stmt_cost = ix86_widen_mult_cost (ix86_cost, mode,
24977 stmt_cost = ix86_cost->sse_op;
24979 stmt_cost = ix86_cost->fchs;
24981 stmt_cost = ix86_vec_cost (mode, ix86_cost->sse_op)
    [all...]
  /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 145 milliseconds