Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp440 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
484 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
496 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
513 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
524 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
748 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
799 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
963 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
981 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1231 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
[all …]
DARMSubtarget.h927 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function