Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp562 for (unsigned ChainIdx = 0; ChainIdx < Bucket.ChainBases.size(); ++ChainIdx) { in rewriteLoadStoresForCommoningChains() local
563 unsigned BaseElemIdx = Bucket.ChainSize * ChainIdx; in rewriteLoadStoresForCommoningChains()
565 ChainIdx ? SE->getAddExpr(Bucket.BaseSCEV, in rewriteLoadStoresForCommoningChains()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp788 unsigned ChainIdx = 0; in getVectorizablePrefix() local
789 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix()
790 if (!VectorizableChainInstrs.count(Chain[ChainIdx])) in getVectorizablePrefix()
793 return Chain.slice(0, ChainIdx); in getVectorizablePrefix()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2962 for (; ChainIdx < NChains; ++ChainIdx) { in ChainInstruction()
2963 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
2993 if (ChainIdx == NChains) { in ChainInstruction()
3018 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
3110 ChainIdx < NChains; ++ChainIdx) { in CollectChains()
3136 unsigned ChainIdx = 0; in CollectChains() local
3143 if (ChainIdx != UsersIdx) in CollectChains()
3144 IVChainVec[ChainIdx] = IVChainVec[UsersIdx]; in CollectChains()
3145 FinalizeChain(IVChainVec[ChainIdx]); in CollectChains()
3146 ++ChainIdx; in CollectChains()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1595 unsigned ChainIdx = NumVecs; in SelectPredicatedLoad() local
1596 ReplaceUses(SDValue(N, ChainIdx), SDValue(Load, 1)); in SelectPredicatedLoad()