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.cpp322 template <bool IsLoadChain>
703 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in splitChainByAlignment() local
706 return IsLoadChain ? TTI.getLoadVectorFactor(VF, LoadStoreSize, in splitChainByAlignment()
842 if ((IsLoadChain && in splitChainByAlignment()
844 (!IsLoadChain && in splitChainByAlignment()
875 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in vectorizeChain() local
905 if (IsLoadChain) { in vectorizeChain()
1004 template <bool IsLoadChain>
1012 assert(isa<LoadInst>(ChainElem) == IsLoadChain); in isSafeToMove()
1022 if constexpr (IsLoadChain) in isSafeToMove()
[all …]