HomeSort by: relevance | last modified time | path
    Searched defs:Widened (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 362 auto Widened = B.buildMerge(LLT::scalar(SrcSize), Regs);
363 B.buildTrunc(OrigRegs[0], Widened);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFlatten.cpp 89 bool Widened = false;
346 if (FI.Widened &&
560 if (FI.Widened)
609 unsigned Widened = 0;
613 ElimExt, Widened, true /* HasGuards */,
622 assert(Widened && "Widened IV expected");
623 FI.Widened = true;
IndVarSimplify.cpp 95 STATISTIC(NumWidened , "Number of indvars widened");
610 // widened. Widening adds new phis to LoopPhis, inducing another round of
640 unsigned Widened;
642 DT, DeadInsts, ElimExt, Widened,
645 NumWidened += Widened;
959 // narrower is likely a dead phi that has been widened. Use the wider phi
1031 // widened exit count add(zext(add)) expression.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 581 // Unsigned comparison can be widened as unsigned.
1022 SmallPtrSet<Instruction *,16> Widened;
1233 // widened IV, it should be removed during a future call to widenIVUse.
1348 /// operands. Generate the SCEV value for the widened operation without
1441 /// This IV user cannot be widened. Replace this use of the original narrow IV
1693 /// Determine whether an individual user of the narrow IV can be widened. If so,
1729 // This narrow use can be widened by a sext if it's non-negative or its narrow
1852 if (!Widened.insert(NarrowUser).second)
1911 // of the dominating conditions might be already widened.
1942 // to the new (widened) increment
    [all...]

Completed in 21 milliseconds