Searched refs:StartVal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 97 auto *StartVal = in matchStridedConstant() local 99 if (!StartVal) in matchStridedConstant() 101 APInt StrideVal(StartVal->getValue().getBitWidth(), 0); in matchStridedConstant() 102 ConstantInt *Prev = StartVal; in matchStridedConstant() 117 Value *Stride = ConstantInt::get(StartVal->getType(), StrideVal); in matchStridedConstant() 119 return std::make_pair(StartVal, Stride); in matchStridedConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 372 Value *createAnyOfOp(IRBuilderBase &Builder, Value *StartVal, RecurKind RK,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 965 Value *llvm::createAnyOfOp(IRBuilderBase &Builder, Value *StartVal, in createAnyOfOp() argument 968 StartVal = Builder.CreateVectorSplat(VTy->getElementCount(), StartVal); in createAnyOfOp() 970 Builder.CreateCmp(CmpInst::ICMP_NE, Left, StartVal, "rdx.select.cmp"); in createAnyOfOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1774 Value *StartVal = (Part == 0) ? StartV : Iden; in execute() local 1775 cast<PHINode>(EntryPart)->addIncoming(StartVal, VectorPH); in execute()
|
| H A D | LoopVectorize.cpp | 10223 VPValue *StartVal = BestEpiPlan.getVPValueOrAddLiveIn(ResumeV); in processLoop() local 10224 cast<VPHeaderPHIRecipe>(&R)->setStartValue(StartVal); in processLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 5590 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHIWithCastsImpl() local 5592 getAddRecExpr(getTruncateExpr(StartVal, TruncTy), in createAddRecFromPHIWithCastsImpl() 5639 const SCEV *StartExtended = getExtendedExpr(StartVal, Signed); in createAddRecFromPHIWithCastsImpl() 5640 if (PredIsKnownFalse(StartVal, StartExtended)) { in createAddRecFromPHIWithCastsImpl() 5663 AppendPredicate(StartVal, StartExtended); in createAddRecFromPHIWithCastsImpl() 5670 auto *NewAR = getAddRecExpr(StartVal, Accum, L, SCEV::FlagAnyWrap); in createAddRecFromPHIWithCastsImpl() 5773 const SCEV *StartVal = getSCEV(StartValueV); in createSimpleAffineAddRec() local 5774 const SCEV *PHISCEV = getAddRecExpr(StartVal, Accum, L, Flags); in createSimpleAffineAddRec() 5897 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local 5936 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 3353 uint64_t StartVal = StartConst->getZExtValue(); in tryBFE() local 3356 int64_t GoodBits = Start.getValueSizeInBits() - StartVal; in tryBFE() 3363 Start = CurDAG->getTargetConstant(StartVal, DL, MVT::i32); in tryBFE()
|