Searched refs:Induction (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 836 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 D | Vectorizers.rst | 236 Pointer Induction Variables
|
| H A D | Passes.rst | 190 ``-iv-users``: Induction Variable Users 542 ``-indvars``: Canonicalize Induction Variables
|
| H A D | GettingStarted.rst | 892 A variety of program analyses, such as Call Graphs, Induction Variables,
|
| H A D | WritingAnLLVMPass.rst | 287 -indvars - Induction Variable Simplification
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | loop.texi | 24 * Scalar evolutions:: Induction variables on GIMPLE. 25 * loop-iv:: Induction variables on RTL.
|
| H A D | passes.texi | 679 Induction variable optimizations. This pass performs standard induction
|
| H A D | gccint.info | 8270 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 D | loop.texi | 24 * Scalar evolutions:: Induction variables on GIMPLE. 25 * loop-iv:: Induction variables on RTL.
|
| H A D | passes.texi | 686 Induction variable optimizations. This pass performs standard induction
|
| H A D | gccint.info | 7910 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 D | funstack.ok | 603 James H. Morris, Jr. Another Recursion Induction Principle 351--354 2639 Ben Wegbreit Subgoal Induction . . . . . . . . . . . 209--222
|
| H A D | funstack.in | 4235 title = "Another Recursion Induction Principle", 20057 title = "Subgoal Induction",
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | fortunes | 10426 Proof techniques #1: Proof by Induction. 10428 This technique is used on equations with "_n" in them. Induction
|
| H A D | fortunes2 | 36130 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 D | ChangeLog-2007 | 29095 (vect_analyze_operations): Induction phis can now be marked as
|