Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp260 if (MVEVectorCostFactor == 0) in initSubtargetFeatures()
261 MVEVectorCostFactor = 2; in initSubtargetFeatures()
H A DARMSubtarget.h507 unsigned MVEVectorCostFactor = 0; variable
928 return MVEVectorCostFactor; in getMVEVectorCostFactor()
H A DARM.td322 def FeatureMVEVectorCostFactor1 : SubtargetFeature<"mve1beat", "MVEVectorCostFactor", "1",
325 def FeatureMVEVectorCostFactor2 : SubtargetFeature<"mve2beat", "MVEVectorCostFactor", "2",
328 def FeatureMVEVectorCostFactor4 : SubtargetFeature<"mve4beat", "MVEVectorCostFactor", "4",