Searched refs:IsLoadChain (Results 1 – 1 of 1) sorted by relevance
318 template <bool IsLoadChain>689 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in splitChainByAlignment() local692 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() local891 if (IsLoadChain) { in vectorizeChain()990 template <bool IsLoadChain>997 assert(isa<LoadInst>(ChainElem) == IsLoadChain); in isSafeToMove()1007 if constexpr (IsLoadChain) in isSafeToMove()[all …]