Searched refs:IsTopRoot (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 15542 auto ComputeMaxBitWidth = [&](const TreeEntry &E, bool IsTopRoot, in computeMinimumValueSizes() 15668 (!IsTopRoot || !(IsStoreOrInsertElt || UserIgnoreList) || in computeMinimumValueSizes() 15706 bool IsTopRoot = NodeIdx == 0; in computeMinimumValueSizes() local 15719 if (IsTopRoot && in computeMinimumValueSizes() 15725 *VectorizableTree[NodeIdx], IsTopRoot, IsProfitableToDemoteRoot, Opcode, in computeMinimumValueSizes() 15727 if (ReductionBitWidth != 0 && (IsTopRoot || !RootDemotes.empty())) { in computeMinimumValueSizes() 15746 IsTopRoot = false; in computeMinimumValueSizes() 15545 __anon07b2d77413402(const TreeEntry &E, bool IsTopRoot, bool IsProfitableToDemoteRoot, unsigned Opcode, unsigned Limit, bool IsTruncRoot, bool IsSignedCmp) computeMinimumValueSizes() argument
|