Home
last modified time | relevance | path

Searched refs:canVectorizeMemory (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp839 bool LoopVectorizationLegality::canVectorizeMemory() { in canVectorizeMemory() function in llvm::LoopVectorizationLegality
848 if (!LAI->canVectorizeMemory()) in canVectorizeMemory()
1162 if (!canVectorizeMemory()) { in canVectorize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h347 bool canVectorizeMemory();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h523 bool canVectorizeMemory() const { return CanVecMem; } in canVectorizeMemory() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp686 if (LAI->canVectorizeMemory()) in processLoop()