Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 25 of 75) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h24 Step = Log::ChannelFlag<6>, // Log step operations enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h26 Step = Log::ChannelFlag<8>, enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h27 Step = Log::ChannelFlag<8>, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp195 Value *Step, *Start; in matchStridedRecurrence() local
281 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DScalarEvolutionExpander.cpp346 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1170 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1184 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1318 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1407 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2367 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
2601 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp518 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
718 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
916 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
922 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
H A DInductiveRangeCheckElimination.cpp143 const SCEV *Step = nullptr; member in __anon1c7c69790111::InductiveRangeCheck
657 const SCEV *BoundSCEV, const SCEV *Step, in isSafeDecreasingBound()
707 const SCEV *BoundSCEV, const SCEV *Step, in isSafeIncreasingBound()
873 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon0dd774980111::ForExprAST
202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h41 Step = Log::ChannelFlag<22>, enumerator
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp218 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon8253e5990111::ForExprAST
222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp54 VPValue *Step = in VPInstructionsToVPRecipes() local
443 VPValue *Step = in optimizeInductions() local
H A DVPlanRecipes.cpp275 Value *Step = in generateInstruction() local
297 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generateInstruction() local
1065 ConstantInt *Step = ID.getConstIntStepValue(); in isCanonical() local
H A DVPlan.h1026 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
1033 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
1176 VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step, in VPWidenPointerInductionRecipe()
1871 VPCanonicalIVPHIRecipe *CanonicalIV, VPValue *Step, in VPDerivedIVRecipe()
1909 VPValue *Step) in VPScalarIVStepsRecipe()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp219 std::unique_ptr<ExprAST> Start, End, Step, Body; member in ForExprAST
223 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonf6d0569a0111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon348c1f790111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anona908907a0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon1d85017b0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h281 Expr *Step = nullptr; member
300 Step = 2, enumerator
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon6b4cc79b0111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1266 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
1364 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1551 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
H A DLoopCacheAnalysis.cpp91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
531 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp337 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp315 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anondfc9389c0211::ForExprAST
319 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
559 std::unique_ptr<ExprAST> Step; in ParseForExpr() local

123