Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
510 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()869 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()1033 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1051 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1428 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getArithmeticInstrCost()1487 return ST->getMVEVectorCostFactor(CostKind); in getMemoryOpCost()1491 ? ST->getMVEVectorCostFactor(CostKind) in getMemoryOpCost()1503 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()1505 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()1704 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getExtendedAddReductionCost()[all …]
542 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function