Home
last modified time | relevance | path

Searched refs:IsProfitableToDemote (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() argument
20142 if (!IsProfitableToDemote) in collectValuesToDemote()
20154 MaxDepthLevel, IsProfitableToDemote, in collectValuesToDemote()
20212 IsProfitableToDemote, IsTruncRoot)) { in collectValuesToDemote()
20213 if (!IsProfitableToDemote) in collectValuesToDemote()
20276 return IsProfitableToDemote; in collectValuesToDemote()
20291 IsProfitableToDemote = true; in collectValuesToDemote()
20295 IsProfitableToDemote = true; in collectValuesToDemote()
20672 bool IsProfitableToDemote = Opcode == Instruction::Trunc || in computeMinimumValueSizes() local
[all …]