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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp231 return AdjustCost(Entry->Cost * ST->getMVEVectorCostFactor());
243 return AdjustCost(Entry->Cost * ST->getMVEVectorCostFactor());
261 return AdjustCost(Entry->Cost * ST->getMVEVectorCostFactor());
272 return AdjustCost(Entry->Cost * ST->getMVEVectorCostFactor());
496 return AdjustCost(Entry->Cost * ST->getMVEVectorCostFactor());
540 ? ST->getMVEVectorCostFactor()
575 ST->getMVEVectorCostFactor()) *
613 ? ST->getMVEVectorCostFactor()
818 return LT.first * Entry->Cost * ST->getMVEVectorCostFactor();
822 ? ST->getMVEVectorCostFactor()
[all...]
H A DARMSubtarget.h899 unsigned getMVEVectorCostFactor() const { return MVEVectorCostFactor; } function in class:llvm::ARMSubtarget

Completed in 57 milliseconds