Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDInjectTLIMappings.cpp109 ElementCount WidestFixedVF, WidestScalableVF; in addMappingsFromTLI() local
110 TLI.getWidestVF(ScalarName, WidestFixedVF, WidestScalableVF); in addMappingsFromTLI()
114 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in addMappingsFromTLI()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp774 ElementCount WidestFixedVF, WidestScalableVF; in isTLIScalarize() local
775 TLI.getWidestVF(ScalarName, WidestFixedVF, WidestScalableVF); in isTLIScalarize()
777 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in isTLIScalarize()