Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp537 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
581 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
593 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
610 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
621 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
845 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
896 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
1062 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1081 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1333 return LT.first * Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getShuffleCost()
[all …]
H A DARMSubtarget.h492 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function