Searched defs:StartV (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 521 createScalarIVSteps(VPlan & Plan,InductionDescriptor::InductionKind Kind,Instruction::BinaryOps InductionOpcode,FPMathOperator * FPBinOp,ScalarEvolution & SE,Instruction * TruncI,VPValue * StartV,VPValue * Step,VPBasicBlock::iterator IP) createScalarIVSteps() argument 586 VPValue *StartV = legalizeAndOptimizeInductions() local 1261 VPValue *StartV = CanonicalIVPHI->getStartValue(); addVPLaneMaskPhiAndUpdateExitBranch() local 1438 VPValue *StartV = CanonicalIVPHI->getStartValue(); tryAddExplicitVectorLength() local [all...] |
H A D | VPlanRecipes.cpp | 2040 Value *StartV = StartVPV->getLiveInIRValue(); execute() local [all...] |
H A D | VPlan.h | 2585 VPCanonicalIVPHIRecipe(VPValue * StartV,DebugLoc DL) VPCanonicalIVPHIRecipe() argument
|
H A D | LoopVectorize.cpp | 8400 VPValue *StartV = Operands[0]; tryToCreateWidenRecipe() local 8486 auto *StartV = Plan.getOrAddLiveIn(StartIdx); addCanonicalIVRecipes() local
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPISelLowering.cpp | 90 SDValue StartV = SrcHasStart ? Op->getOperand(0) : SDValue(); in lowerToVVP() local
|
H A D | VECustomDAG.cpp | 563 SDValue StartV, SDValue VectorV, in getLegalReductionOpVVP() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 784 int64_t StartV = Start->getImm(); computeCount() local 857 int64_t StartV = 0, EndV = 0; computeCount() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1042 Value *StartV = getAddRecExprPHILiterally() local 1244 Value *StartV = expand(SE.getPointerBase(S)); visitAddRecExpr() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4510 Value *StartV = StartU->get(); foldFreezeIntoRecurrence() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9856 SDValue StartV = DAG.getNeutralElement(BaseOpc, DL, VecEltVT, SDNodeFlags()); lowerVECREDUCE() local
|