Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h309 bool isInvariantAddressOfReduction(Value *V);
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1019 bool LoopVectorizationLegality::isInvariantAddressOfReduction(Value *V) { in isInvariantAddressOfReduction() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp7314 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) in collectValuesToIgnore()
8810 Legal->isInvariantAddressOfReduction(SI->getPointerOperand())) in buildVPlanWithVPRecipes()