Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h311 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h311 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h311 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h315 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h311 const InductionDescriptor *getIntOrFpInductionDescriptor(PHINode *Phi) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1070 LoopVectorizationLegality::getIntOrFpInductionDescriptor(PHINode *Phi) const { in getIntOrFpInductionDescriptor() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp8234 if (auto *II = Legal->getIntOrFpInductionDescriptor(Phi)) in tryToOptimizeInductionPHI()
8274 const InductionDescriptor &II = *Legal->getIntOrFpInductionDescriptor(Phi); in tryToOptimizeInductionTruncate()
9196 [this](PHINode *P) { return Legal->getIntOrFpInductionDescriptor(P); }, in buildVPlan()