Searched defs:StartV (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 494 createScalarIVSteps(VPlan & Plan,const InductionDescriptor & ID,ScalarEvolution & SE,Instruction * TruncI,Type * IVTy,VPValue * StartV,VPValue * Step) createScalarIVSteps() argument 1060 VPValue *StartV = CanonicalIVPHI->getStartValue(); addVPLaneMaskPhiAndUpdateExitBranch() local [all...] |
H A D | VPlanRecipes.cpp | 1722 Value *StartV = StartVPV->getLiveInIRValue(); execute() local
|
H A D | VPlan.h | 2217 VPCanonicalIVPHIRecipe(VPValue * StartV,DebugLoc DL) VPCanonicalIVPHIRecipe() argument
|
H A D | LoopVectorize.cpp | 8528 VPValue *StartV = Operands[0]; tryToCreateWidenRecipe() local 8618 auto *StartV = Plan.getVPValueOrAddLiveIn(StartIdx); addCanonicalIVRecipes() local
|
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 982 Value *StartV = getAddRecExprPHILiterally() local 1187 Value *StartV = expand(SE.getPointerBase(S)); visitAddRecExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4022 Value *StartV = StartU->get(); foldFreezeIntoRecurrence() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9244 SDValue StartV = DAG.getNeutralElement(BaseOpc, DL, VecEltVT, SDNodeFlags()); lowerVECREDUCE() local
|