Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h307 bool isInvariantAddressOfReduction(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1194 bool LoopVectorizationLegality::isInvariantAddressOfReduction(Value *V) { in isInvariantAddressOfReduction() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp6690 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) in collectValuesToIgnore()
8570 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) in tryToBuildVPlanWithVPRecipes()