Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3427 bool &IsProfitableToDemote, bool IsTruncRoot) const;
20084 bool &IsProfitableToDemote, bool IsTruncRoot) const { in collectValuesToDemote()
20155 IsTruncRoot)) { in collectValuesToDemote()
20212 IsProfitableToDemote, IsTruncRoot)) { in collectValuesToDemote()
20251 if (!IsTruncRoot) in collectValuesToDemote()
20515 bool IsTruncRoot = false; in computeMinimumValueSizes() local
20523 IsTruncRoot = true; in computeMinimumValueSizes()
20536 unsigned Limit, bool IsTruncRoot, bool IsSignedCmp) -> unsigned { in computeMinimumValueSizes() argument
20540 if (E.isGather() && IsTruncRoot && E.UserTreeIndex && in computeMinimumValueSizes()
20679 unsigned MaxDepthLevel = IsTruncRoot ? Limit : 1; in computeMinimumValueSizes()
[all …]