Home
last modified time | relevance | path

Searched refs:Induction (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp836 PHINode *Induction = nullptr; member in llvm::InnerLoopVectorizer
2421 Value *ScalarIV = Induction; in widenIntOrFpInduction()
2424 ? Builder.CreateSExtOrTrunc(Induction, IV->getType()) in widenIntOrFpInduction()
2425 : Builder.CreateCast(Instruction::SIToFP, Induction, in widenIntOrFpInduction()
3074 auto *Induction = Builder.CreatePHI(Start->getType(), 2, "index"); in createInductionVariable() local
3080 Value *Next = Builder.CreateAdd(Induction, Step, "index.next"); in createInductionVariable()
3081 Induction->addIncoming(Start, L->getLoopPreheader()); in createInductionVariable()
3082 Induction->addIncoming(Next, Latch); in createInductionVariable()
3090 return Induction; in createInductionVariable()
3698 Induction = in createVectorizedLoopSkeleton()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DVectorizers.rst236 Pointer Induction Variables
H A DPasses.rst190 ``-iv-users``: Induction Variable Users
542 ``-indvars``: Canonicalize Induction Variables
H A DGettingStarted.rst892 A variety of program analyses, such as Call Graphs, Induction Variables,
H A DWritingAnLLVMPass.rst287 -indvars - Induction Variable Simplification
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi24 * Scalar evolutions:: Induction variables on GIMPLE.
25 * loop-iv:: Induction variables on RTL.
H A Dpasses.texi679 Induction variable optimizations. This pass performs standard induction
H A Dgccint.info8270 Induction variable optimizations. This pass performs standard
21302 * Scalar evolutions:: Induction variables on GIMPLE.
21303 * loop-iv:: Induction variables on RTL.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi24 * Scalar evolutions:: Induction variables on GIMPLE.
25 * loop-iv:: Induction variables on RTL.
H A Dpasses.texi686 Induction variable optimizations. This pass performs standard induction
H A Dgccint.info7910 Induction variable optimizations. This pass performs standard
20272 * Scalar evolutions:: Induction variables on GIMPLE.
20273 * loop-iv:: Induction variables on RTL.
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok603 James H. Morris, Jr. Another Recursion Induction Principle 351--354
2639 Ben Wegbreit Subgoal Induction . . . . . . . . . . . 209--222
H A Dfunstack.in4235 title = "Another Recursion Induction Principle",
20057 title = "Subgoal Induction",
/netbsd-src/games/fortune/datfiles/
H A Dfortunes10426 Proof techniques #1: Proof by Induction.
10428 This technique is used on equations with "_n" in them. Induction
H A Dfortunes236130 Proof techniques #1: Proof by Induction.
36132 This technique is used on equations with 'n' in them. Induction
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200729095 (vect_analyze_operations): Induction phis can now be marked as