Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h24 Step = Log::ChannelFlag<6>, // Log step operations enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h26 Step = Log::ChannelFlag<8>, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h27 Step = Log::ChannelFlag<8>, enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DScalarEvolutionExpander.cpp345 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1143 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1157 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1291 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1380 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2376 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
2595 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h41 Step = Log::ChannelFlag<22>, enumerator
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp186 Value *Step, *Start; in matchStridedRecurrence() local
272 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp50 VPValue *Step = in VPInstructionsToVPRecipes() local
394 VPValue *Step = in optimizeInductions() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon42cfe4710111::ForExprAST
202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp509 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
710 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
894 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
900 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
H A DInductiveRangeCheckElimination.cpp144 const SCEV *Step = nullptr; member in __anonfaeb45920111::InductiveRangeCheck
658 const SCEV *BoundSCEV, const SCEV *Step, in isSafeDecreasingBound()
708 const SCEV *BoundSCEV, const SCEV *Step, in isSafeIncreasingBound()
870 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp218 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonb74c55720111::ForExprAST
222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h281 Expr *Step = nullptr; member
300 Step = 2, enumerator
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anoncef1c7f20111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon2bc8c6730111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon436e38f30111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonb7eaa9f40111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp337 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1238 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
1336 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1523 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
H A DLoopCacheAnalysis.cpp91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
532 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp227 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anona04537740111::ForExprAST
231 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
448 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp315 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon14c1a8750211::ForExprAST
319 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
559 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h391 const SCEV *Step = nullptr; variable
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DSetTheory.cpp179 int Step = 1; in apply() local

1234