Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
513 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()872 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()1039 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1058 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1435 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getArithmeticInstrCost()1496 return ST->getMVEVectorCostFactor(CostKind); in getMemoryOpCost()1512 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()1514 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()1700 VecCost += ST->getMVEVectorCostFactor(CostKind) * 2; in getArithmeticReductionCost()1726 VecCost += ST->getMVEVectorCostFactor(CostKind) + in getArithmeticReductionCost()[all …]
551 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function