Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp192 bool vectorizeInstructions(ArrayRef<Instruction *> Instrs);
863 Changed |= vectorizeInstructions(Chunk); in vectorizeChains()
870 bool Vectorizer::vectorizeInstructions(ArrayRef<Instruction *> Instrs) { in vectorizeInstructions() function in Vectorizer