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.h327 bool isInvariantAddressOfReduction(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1337 bool LoopVectorizationLegality::isInvariantAddressOfReduction(Value *V) { in isInvariantAddressOfReduction() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp6398 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) { in collectValuesToIgnore()
8744 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) { in tryToBuildVPlanWithVPRecipes()