HomeSort by: relevance | last modified time | path
    Searched refs:WidestFixedVF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InjectTLIMappings.cpp 110 ElementCount WidestFixedVF, WidestScalableVF;
111 TLI.getWidestVF(ScalarName, WidestFixedVF, WidestScalableVF);
114 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 586 ElementCount WidestFixedVF, WidestScalableVF;
587 TLI.getWidestVF(ScalarName, WidestFixedVF, WidestScalableVF);
589 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2)

Completed in 17 milliseconds