HomeSort by relevance Sort by last modified time
    Searched defs:IndVar (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 19 // 2. Any use outside of the loop of an expression derived from the indvar
111 PHINode *IndVar, SCEVExpander &Rewriter);
434 Value *Conv = new SIToFPInst(NewPHI, PN->getType(), "indvar.conv",
819 // We should not widen an indvar if arithmetics on the wider indvar are more
820 // expensive than those on the narrower indvar. We check only the cost of ADD
    [all...]
InductiveRangeCheckElimination.cpp 184 /// Computes a range for the induction variable (IndVar) in which the range
188 const SCEVAddRecExpr *IndVar) const;
808 IndVarStartV->setName("indvar.start");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 19 // 2. Any use outside of the loop of an expression derived from the indvar
127 PHINode *IndVar, SCEVExpander &Rewriter);
443 Value *Conv = new SIToFPInst(NewPHI, PN->getType(), "indvar.conv",
602 /// FIXME: It is an extremely bad idea to indvar substitute anything more
606 /// indvar subst on anything more complex than an affine addrec, unless
666 // FIXME: It is an extremely bad idea to indvar substitute anything more
670 // indvar subst on anything more complex than an affine addrec, unless
    [all...]
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 716 // IndVar - value of loop induction variable (X coordinate) for a given loop iteration
727 llvm::Value *IndVar,
729 llvm::Value *Offset = Builder.CreateSub(IndVar, Arg_x1);
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]

Completed in 305 milliseconds