Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp714 Instruction *ChainInstr = ChainInstrs[ChainInstrIdx]; in getVectorizablePrefix() local
718 if (BarrierMemoryInstr && BarrierMemoryInstr->comesBefore(ChainInstr)) in getVectorizablePrefix()
729 auto *ChainLoad = dyn_cast<LoadInst>(ChainInstr); in getVectorizablePrefix()
744 if (ChainInstr->comesBefore(MemInstr) || in getVectorizablePrefix()
749 if (MemInstr->comesBefore(ChainInstr) || in getVectorizablePrefix()
755 AA.getModRefInfo(MemInstr, MemoryLocation::get(ChainInstr)); in getVectorizablePrefix()
762 << " " << *ChainInstr << '\n' in getVectorizablePrefix()
763 << " " << *getLoadStorePointerOperand(ChainInstr) << '\n'; in getVectorizablePrefix()
777 assert(BarrierMemoryInstr->comesBefore(ChainInstr)); in getVectorizablePrefix()