Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h323 bool isInvariantStoreOfReduction(StoreInst *SI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1230 if (!isInvariantStoreOfReduction(SI)) in canVectorizeMemory()
1266 if (isInvariantStoreOfReduction(SI)) { in canVectorizeMemory()
1330 bool LoopVectorizationLegality::isInvariantStoreOfReduction(StoreInst *SI) { in isInvariantStoreOfReduction() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp8746 if (Legal->isInvariantStoreOfReduction(SI)) { in tryToBuildVPlanWithVPRecipes()