Home
last modified time | relevance | path

Searched refs:MVEVectorCostFactor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h209 unsigned MVEVectorCostFactor = 0; variable
545 return MVEVectorCostFactor; in getMVEVectorCostFactor()
H A DARMSubtarget.cpp254 if (MVEVectorCostFactor == 0) in initSubtargetFeatures()
255 MVEVectorCostFactor = 2; in initSubtargetFeatures()
H A DARM.td381 def FeatureMVEVectorCostFactor1 : SubtargetFeature<"mve1beat", "MVEVectorCostFactor", "4",
384 def FeatureMVEVectorCostFactor2 : SubtargetFeature<"mve2beat", "MVEVectorCostFactor", "2",
387 def FeatureMVEVectorCostFactor4 : SubtargetFeature<"mve4beat", "MVEVectorCostFactor", "1",