Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp717 Instruction *ChainInstr = ChainInstrs[ChainInstrIdx]; in getVectorizablePrefix() local
721 if (BarrierMemoryInstr && BarrierMemoryInstr->comesBefore(ChainInstr)) in getVectorizablePrefix()
732 auto *ChainLoad = dyn_cast<LoadInst>(ChainInstr); in getVectorizablePrefix()
747 if (ChainInstr->comesBefore(MemInstr) || in getVectorizablePrefix()
752 if (MemInstr->comesBefore(ChainInstr) || in getVectorizablePrefix()
758 AA.getModRefInfo(MemInstr, MemoryLocation::get(ChainInstr)); in getVectorizablePrefix()
765 << " " << *ChainInstr << '\n' in getVectorizablePrefix()
766 << " " << *getLoadStorePointerOperand(ChainInstr) << '\n'; in getVectorizablePrefix()
780 assert(BarrierMemoryInstr->comesBefore(ChainInstr)); in getVectorizablePrefix()