| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindowsLog.h | 24 Step = Log::ChannelFlag<6>, // Log step operations enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPLog.h | 26 Step = Log::ChannelFlag<8>, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteLog.h | 27 Step = Log::ChannelFlag<8>, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
| H A D | ScalarEvolutionExpander.cpp | 345 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 D | LLDBLog.h | 41 Step = Log::ChannelFlag<22>, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 186 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 D | VPlanTransforms.cpp | 50 VPValue *Step = in VPInstructionsToVPRecipes() local 394 VPValue *Step = in optimizeInductions() local
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 198 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 D | LoopPredication.cpp | 509 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 D | InductiveRangeCheckElimination.cpp | 144 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 D | toy.cpp | 218 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 D | ExprOpenMP.h | 281 Expr *Step = nullptr; member 300 Step = 2, enumerator
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 221 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 D | toy.cpp | 219 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 D | toy.cpp | 226 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 D | toy.cpp | 221 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 D | toy.cpp | 221 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 D | MVETailPredication.cpp | 337 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 1238 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 D | LoopCacheAnalysis.cpp | 91 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 D | toy.cpp | 227 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 D | toy.cpp | 315 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 D | IVDescriptors.h | 391 const SCEV *Step = nullptr; variable
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 179 int Step = 1; in apply() local
|