Home
last modified time | relevance | path

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

/freebsd-14.2/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
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()
991 template <bool IsLoadChain>
1008 if constexpr (IsLoadChain) in isSafeToMove()
1014 if constexpr (IsLoadChain) in isSafeToMove()
1031 if (IsLoadChain && isa<LoadInst>(I)) in isSafeToMove()
[all …]