Searched refs:collectValuesToDemote (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3264 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function 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() 3375 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes() 3422 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5331 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function 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() 5442 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes() 5526 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5614 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function 5648 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote() 5649 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote() 5656 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote() 5657 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote() 5667 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote() 5725 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes() 5809 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()
|