Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp234 if (MVEVectorCostFactor == 0) in initSubtargetFeatures()
235 MVEVectorCostFactor = 2; in initSubtargetFeatures()
H A DARMSubtarget.h180 unsigned MVEVectorCostFactor = 0; variable
495 return MVEVectorCostFactor; in getMVEVectorCostFactor()
H A DARMFeatures.td381 def FeatureMVEVectorCostFactor1 : SubtargetFeature<"mve1beat", "MVEVectorCostFactor", "4",
384 def FeatureMVEVectorCostFactor2 : SubtargetFeature<"mve2beat", "MVEVectorCostFactor", "2",
387 def FeatureMVEVectorCostFactor4 : SubtargetFeature<"mve4beat", "MVEVectorCostFactor", "1",