Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp435 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
479 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
491 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
508 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
519 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
743 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
794 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
958 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
976 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1226 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
[all …]
H A DARMSubtarget.h925 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function