Home
last modified time | relevance | path

Searched refs:StartV (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp780 int64_t StartV = Start->getImm(); in computeCount() local
782 int64_t Dist = EndV - StartV; in computeCount()
853 int64_t StartV = 0, EndV = 0; in computeCount() local
855 StartV = Start->getImm(); in computeCount()
871 StartV--; in computeCount()
880 StartV -= (IVBump-1); in computeCount()
906 if (Start->isImm() && StartV == 0) { in computeCount()
932 EndValInstr->getOperand(2).getImm() == StartV) { in computeCount()
939 .addImm(-StartV); in computeCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1316 Value *StartV = in getAddRecExprPHILiterally() local
1322 assert(!isa<Instruction>(StartV) || in getAddRecExprPHILiterally()
1323 SE.DT.properlyDominates(cast<Instruction>(StartV)->getParent(), in getAddRecExprPHILiterally()
1358 PN->addIncoming(StartV, Pred); in getAddRecExprPHILiterally()
1603 Value *StartV = expand(Base); in visitAddRecExpr() local
1604 assert(StartV->getType() == PTy && "Pointer type mismatch for GEP!"); in visitAddRecExpr()
1605 return expandAddToGEP(ExposedRest, PTy, Ty, StartV); in visitAddRecExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4738 Value *StartV = StartVPV ? StartVPV->getLiveInIRValue() : nullptr; in widenPHIInstruction() local
4751 assert(Legal->isReductionVariable(P) && StartV && in widenPHIInstruction()
4758 Iden = StartV; in widenPHIInstruction()
4762 StartV = Iden = in widenPHIInstruction()
4763 Builder.CreateVectorSplat(State.VF, StartV, "minmax.ident"); in widenPHIInstruction()
4775 StartV = Builder.CreateInsertElement(Iden, StartV, Zero); in widenPHIInstruction()
4791 if (StartV) { in widenPHIInstruction()
4794 Value *StartVal = (Part == 0) ? StartV : Iden; in widenPHIInstruction()
8929 VPValue *StartV = Operands[0]; in tryToCreateWidenRecipe() local
8931 auto *PhiRecipe = new VPWidenPHIRecipe(Phi, RdxDesc, *StartV); in tryToCreateWidenRecipe()