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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 369 uint64_t getMaxSafeVectorWidthInBits() const {
370 return LAI->getDepChecker().getMaxSafeVectorWidthInBits();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 220 uint64_t getMaxSafeVectorWidthInBits() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 5702 PowerOf2Floor(Legal->getMaxSafeVectorWidthInBits() / WidestType);

Completed in 32 milliseconds