Home
last modified time | relevance | path

Searched defs:canVectorizeMemory (Results 1 – 2 of 2) sorted by relevance

/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/Vectorize/
DLoopVectorizationLegality.cpp839 bool LoopVectorizationLegality::canVectorizeMemory() { in canVectorizeMemory() function in llvm::LoopVectorizationLegality