Home
last modified time | relevance | path

Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp517 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
561 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
573 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
590 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
601 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
825 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
876 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
1043 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1062 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1307 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
[all …]
H A DARMSubtarget.h491 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function