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

  /src/sys/arch/powerpc/powerpc/
bus_space.c 77 static const struct powerpc_bus_space_scalar scalar_ops = { variable in typeref:struct:powerpc_bus_space_scalar
434 t->pbs_scalar_stream = scalar_ops;
449 t->pbs_scalar = scalar_ops;
475 t->pbs_scalar = scalar_ops;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 5401 auto scalar_ops = SLP_TREE_SCALAR_OPS (node).copy (); local
5402 result = vect_create_new_slp_node (scalar_ops);
5403 vect_slp_permute (m_perms[to_layout_i], scalar_ops, true);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 17513 const auto &scalar_ops = scalar_costs->m_ops[0];
17524 = scalar_ops.min_cycles_per_iter () * estimated_vf;
17535 scalar_ops.dump ();
17613 else if (scalar_ops.reduction_latency > vector_ops.reduction_latency
17614 && scalar_ops.reduction_latency == scalar_cycles_per_iter
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 17015 const auto &scalar_ops = scalar_costs->m_ops[0];
17026 = scalar_ops.min_cycles_per_iter () * estimated_vf;
17037 scalar_ops.dump ();
17115 else if (scalar_ops.reduction_latency > vector_ops.reduction_latency
17116 && scalar_ops.reduction_latency == scalar_cycles_per_iter

Completed in 50 milliseconds