Home
last modified time | relevance | path

Searched defs:Induction (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp216 Instruction *Induction = nullptr; in isTailPredicate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1025 any_of(getInductionVars(), [&](auto &Induction) -> bool { in canVectorizeFPMath()
H A DLoopVectorize.cpp4324 for (const auto &Induction : Legal->getInductionVars()) { in collectLoopScalars() local
4796 for (const auto &Induction : Legal->getInductionVars()) { in collectLoopUniforms() local
7401 for (const auto &Induction : Legal->getInductionVars()) { in collectValuesToIgnore() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp570 PHINode *Induction; member in __anond9ee33c50111::InnerLoopVectorizer
1560 PHINode *Induction; member in __anond9ee33c50111::LoopVectorizationLegality
2737 auto *Induction = Builder.CreatePHI(Start->getType(), 2, "index"); in createInductionVariable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp741 PHINode *Induction = nullptr; member in llvm::InnerLoopVectorizer
2542 auto *Induction = Builder.CreatePHI(Start->getType(), 2, "index"); in createInductionVariable() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DValueTracking.cpp1839 Value *Induction = PN->getIncomingValue(1); in isKnownNonZero() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp2319 Value *Induction = PN->getIncomingValue(1); in isKnownNonZero() local