Searched defs:StartV (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 526 Instruction *TruncI, VPValue *StartV, VPValue *Step, in createScalarIVSteps() 591 VPValue *StartV = in legalizeAndOptimizeInductions() local 1264 VPValue *StartV = CanonicalIVPHI->getStartValue(); in addVPLaneMaskPhiAndUpdateExitBranch() local 1450 VPValue *StartV = CanonicalIVPHI->getStartValue(); in tryAddExplicitVectorLength() local
|
H A D | VPlanRecipes.cpp | 2560 Value *StartV = StartVPV->getLiveInIRValue(); in execute() local
|
H A D | VPlan.h | 2712 VPCanonicalIVPHIRecipe(VPValue *StartV, DebugLoc DL) in VPCanonicalIVPHIRecipe()
|
H A D | LoopVectorize.cpp | 8266 VPValue *StartV = Operands[0]; in tryToCreateWidenRecipe() local 8352 auto *StartV = Plan.getOrAddLiveIn(StartIdx); in addCanonicalIVRecipes() local
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 784 int64_t StartV = Start->getImm(); in computeCount() local 857 int64_t StartV = 0, EndV = 0; in computeCount() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1042 Value *StartV = in getAddRecExprPHILiterally() local 1244 Value *StartV = expand(SE.getPointerBase(S)); in visitAddRecExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4510 Value *StartV = StartU->get(); in foldFreezeIntoRecurrence() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9864 SDValue StartV = DAG.getNeutralElement(BaseOpc, DL, VecEltVT, SDNodeFlags()); in lowerVECREDUCE() local
|