Home
last modified time | relevance | path

Searched refs:StartVal (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp95 auto *StartVal = in matchStridedConstant() local
97 if (!StartVal) in matchStridedConstant()
99 APInt StrideVal(StartVal->getValue().getBitWidth(), 0); in matchStridedConstant()
100 ConstantInt *Prev = StartVal; in matchStridedConstant()
115 Value *Stride = ConstantInt::get(StartVal->getType(), StrideVal); in matchStridedConstant()
117 return std::make_pair(StartVal, Stride); in matchStridedConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1734 uint64_t StartVal = StartConst->getZExtValue(); in tryBFE() local
1737 int64_t GoodBits = Start.getValueSizeInBits() - StartVal; in tryBFE()
1744 Start = CurDAG->getTargetConstant(StartVal, DL, MVT::i32); in tryBFE()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5561 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHIWithCastsImpl() local
5563 getAddRecExpr(getTruncateExpr(StartVal, TruncTy), in createAddRecFromPHIWithCastsImpl()
5610 const SCEV *StartExtended = getExtendedExpr(StartVal, Signed); in createAddRecFromPHIWithCastsImpl()
5611 if (PredIsKnownFalse(StartVal, StartExtended)) { in createAddRecFromPHIWithCastsImpl()
5634 AppendPredicate(StartVal, StartExtended); in createAddRecFromPHIWithCastsImpl()
5641 auto *NewAR = getAddRecExpr(StartVal, Accum, L, SCEV::FlagAnyWrap); in createAddRecFromPHIWithCastsImpl()
5745 const SCEV *StartVal = getSCEV(StartValueV); in createSimpleAffineAddRec() local
5746 const SCEV *PHISCEV = getAddRecExpr(StartVal, Accum, L, Flags); in createSimpleAffineAddRec()
5762 (void)getAddRecExpr(getAddExpr(StartVal, Accum), Accum, L, Flags); in createSimpleAffineAddRec()
5871 const SCEV *StartVal = getSCEV(StartValueV); in createAddRecFromPHI() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9829 VPValue *StartVal = Plan.getOrAddLiveIn(ResumeV); in preparePlanForEpilogueVectorLoop() local
9834 VPI->setOperand(0, StartVal); in preparePlanForEpilogueVectorLoop()
9847 VPValue *StartVal = Plan.getOrAddLiveIn(ResumeV); in preparePlanForEpilogueVectorLoop() local
9848 cast<VPHeaderPHIRecipe>(&R)->setStartValue(StartVal); in preparePlanForEpilogueVectorLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4653 SDValue StartVal = Node->getOperand(1); in ConvertNodeToLibcall() local
4656 DAG, RTLIB::CLEAR_CACHE, MVT::isVoid, {StartVal, EndVal}, CallOptions, in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7647 SDValue StartVal = getValue(I.getArgOperand(0)); in visitIntrinsicCall() local
7650 {InputChain, StartVal, EndVal}); in visitIntrinsicCall()