Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h304 bool isInvariantAddressOfReduction(Value *V);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1186 bool LoopVectorizationLegality::isInvariantAddressOfReduction(Value *V) { in isInvariantAddressOfReduction() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp7209 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) in collectValuesToIgnore()
8772 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) in tryToBuildVPlanWithVPRecipes()