Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3265 SmallVectorImpl<Value *> &ToDemote, in collectValuesToDemote() argument
3270 ToDemote.push_back(V); in collectValuesToDemote()
3298 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
3299 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
3306 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote()
3307 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote()
3317 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
3328 ToDemote.push_back(V); in collectValuesToDemote()
3372 SmallVector<Value *, 32> ToDemote; in computeMinimumValueSizes() local
3375 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5332 SmallVectorImpl<Value *> &ToDemote, in collectValuesToDemote() argument
5336 ToDemote.push_back(V); in collectValuesToDemote()
5365 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
5366 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
5373 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote()
5374 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote()
5384 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
5395 ToDemote.push_back(V); in collectValuesToDemote()
5439 SmallVector<Value *, 32> ToDemote; in computeMinimumValueSizes() local
5442 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
[all …]