Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp318 template <bool IsLoadChain>
689 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in splitChainByAlignment() local
692 return IsLoadChain ? TTI.getLoadVectorFactor(VF, LoadStoreSize, in splitChainByAlignment()
828 if ((IsLoadChain && in splitChainByAlignment()
830 (!IsLoadChain && in splitChainByAlignment()
861 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in vectorizeChain() local
891 if (IsLoadChain) { in vectorizeChain()
990 template <bool IsLoadChain>
997 assert(isa<LoadInst>(ChainElem) == IsLoadChain); in isSafeToMove()
1007 if constexpr (IsLoadChain) in isSafeToMove()
[all …]