Home
last modified time | relevance | path

Searched refs:IsLoadChain (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.cpp607 bool IsLoadChain = isa<LoadInst>(Chain[0]); in getVectorizablePrefix() local
610 if (IsLoadChain) in getVectorizablePrefix()
629 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) { in getVectorizablePrefix()
633 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
706 if (IsLoadChain && BarrierMemoryInstr) { in getVectorizablePrefix()