Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h334 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1360 LoopVectorizationLegality::getIntOrFpInductionDescriptor(PHINode *Phi) const { in getIntOrFpInductionDescriptor() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp7726 if (auto *II = Legal->getIntOrFpInductionDescriptor(Phi)) in tryToOptimizeInductionPHI()
7766 const InductionDescriptor &II = *Legal->getIntOrFpInductionDescriptor(Phi); in tryToOptimizeInductionTruncate()
8936 return Legal->getIntOrFpInductionDescriptor(P); in tryToBuildVPlan()