Searched refs:ChainSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp963 unsigned ChainSize = Chain.size(); local
966 if (!isPowerOf2_32(Sz) || VF < 2 || ChainSize < 2) {
985 ChainSize = Chain.size();
990 unsigned SzInBytes = EltSzInBytes * ChainSize;
1003 if (ChainSize > VF || (VF != TargetVF && TargetVF < ChainSize)) {
1114 unsigned ChainSize = Chain.size(); local
1117 if (!isPowerOf2_32(Sz) || VF < 2 || ChainSize < 2) {
1136 ChainSize = Chain.size();
1141 unsigned SzInBytes = EltSzInBytes * ChainSize;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp227 int ChainSize = CD.size(); local
229 for (int i = 0; i < ChainSize -1; ++i) {
232 OS << *CD[ChainSize-1] << "\n";

Completed in 140 milliseconds