Searched refs:NeedToGather (Results 1 – 2 of 2) sorted by relevance
685 bool NeedToGather = false; member714 Last->NeedToGather = !Vectorized; in newTreeEntry()1313 if (Entry->NeedToGather) in getNodeAttributes()1341 if (Entry->NeedToGather) in buildTree()1378 assert(!UseEntry->NeedToGather && "Bad state"); in buildTree()2075 if (E->NeedToGather) { in getEntryCost()2144 if (!E->NeedToGather) { in getEntryCost()2421 if (VectorizableTree.size() == 1 && !VectorizableTree[0].NeedToGather) in isFullyVectorizableTinyTree()2428 if (!VectorizableTree[0].NeedToGather && in isFullyVectorizableTinyTree()2434 if (VectorizableTree[0].NeedToGather || VectorizableTree[1].NeedToGather) in isFullyVectorizableTinyTree()[all …]
446 NeedToGather(0) {} in TreeEntry()461 bool NeedToGather; member470 Last->NeedToGather = !Vectorized; in newTreeEntry()928 if (Entry->NeedToGather) in buildTree()950 assert(!VectorizableTree[Idx].NeedToGather && "Bad state"); in buildTree()1542 if (E->NeedToGather) { in getEntryCost()1765 if (!VectorizableTree[0].NeedToGather && in isFullyVectorizableTinyTree()1771 if (VectorizableTree[0].NeedToGather || VectorizableTree[1].NeedToGather) in isFullyVectorizableTinyTree()2207 if (E->NeedToGather) { in vectorizeTree()2631 assert(!E->NeedToGather && "Extracting from a gather list"); in vectorizeTree()[all …]