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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.h 65 /* - If M_COST_TYPE = SCALAR_COST then we're costing the original scalar code.
66 - If M_COST_TYPE = VLA_VECTOR_COST is nonzero then we're costing VLA
68 - If M_COST_TYPE = VLS_VECTOR_COST is nonzero then we're costing VLS
70 enum cost_type_enum m_cost_type; member in class:riscv_vector::costs
riscv-vector-costs.cc 866 m_cost_type = SCALAR_COST;
868 m_cost_type = VLA_VECTOR_COST;
870 m_cost_type = VLS_VECTOR_COST;
894 && (m_cost_type == VLA_VECTOR_COST
895 || (m_cost_type == VLS_VECTOR_COST
915 if (m_cost_type != VLA_VECTOR_COST)
988 && m_cost_type != other->m_cost_type)
1042 && m_cost_type == VLS_VECTOR_COST)

Completed in 18 milliseconds