| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 1611 if (Step != 1 && Step != 2) in tryARMPackedUnwind() 1634 if (Step != 1 && Step != 2) in tryARMPackedUnwind() 1660 if (Step != 1 && Step != 2 && Step != 3 && Step != 4) in tryARMPackedUnwind() 1673 if (Step != 1 && Step != 2 && Step != 3 && Step != 4 && Step != 5) in tryARMPackedUnwind() 1730 Step = 6; in tryARMPackedUnwind() 1773 } else if (Step == 7 || Step == 8 || Step == 9) { in tryARMPackedUnwind() 1783 if (Step != 6 && Step != 7) in tryARMPackedUnwind() 1795 if (Step != 6 && Step != 7 && Step != 8) in tryARMPackedUnwind() 1831 if (Step != 6 && Step != 7 && Step != 8) in tryARMPackedUnwind() 1883 if (Step != 6 && Step != 7 && Step != 8 && Step != 9) in tryARMPackedUnwind() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVGatherScatterLowering.cpp | 186 Value *Step, *Start; in matchStridedRecurrence() local 187 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence() 196 if (!L->isLoopInvariant(Step)) in matchStridedRecurrence() 200 Step = getSplatValue(Step); in matchStridedRecurrence() 201 if (!Step) in matchStridedRecurrence() 212 Inc = BinaryOperator::CreateAdd(BasePtr, Step, Inc->getName() + ".scalar", in matchStridedRecurrence() 272 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local 301 Step = Builder.CreateMul(Step, SplatOp, "step"); in matchStridedRecurrence() 308 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence() 316 Step = Builder.CreateShl(Step, SplatOp, "step"); in matchStridedRecurrence() [all …]
|
| /llvm-project-15.0.7/clang/ |
| H A D | INSTALL.txt | 8 // Step 1: Organization 21 // Step 2: Configure and Build LLVM 32 // Step 3: (Optional) Verify Your Build 40 // Step 4: Install Clang
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 265 bool isSupportedStep(const SCEV* Step); 509 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument 510 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep() 710 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local 713 if (!isSupportedStep(Step)) { in widenICmpRangeCheck() 729 assert(Step->getType() == in widenICmpRangeCheck() 737 if (Step->isOne()) in widenICmpRangeCheck() 894 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local 895 if (!isSupportedStep(Step)) { in parseLoopLatchICmp() 901 if (Step->isOne()) { in parseLoopLatchICmp() [all …]
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanStepRange.cpp | 69 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop() 102 Log *log = GetLog(LLDBLog::Step); in InRange() 297 Log *log = GetLog(LLDBLog::Step); in ClearNextBranchBreakpoint() 311 Log *log = GetLog(LLDBLog::Step); in SetNextBranchBreakpoint() 390 Log *log = GetLog(LLDBLog::Step); in NextRangeBreakpointExplainsStop() 457 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() 468 Log *log = GetLog(LLDBLog::Step); in IsPlanStale()
|
| H A D | ThreadPlanStepThrough.cpp | 64 Log *log = GetLog(LLDBLog::Step); in ThreadPlanStepThrough() 98 Log *log = GetLog(LLDBLog::Step); in LookForPlanToStepThroughFromCurrentPC() 231 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() 256 Log *log = GetLog(LLDBLog::Step); in HitOurBackstopBreakpoint()
|
| H A D | ThreadPlanStepInRange.cpp | 129 Log *log = GetLog(LLDBLog::Step); in ShouldStop() 273 log = GetLog(LLDBLog::Step); in ShouldStop() 345 LLDB_LOGF(GetLog(LLDBLog::Step), in FrameMatchesAvoidCriteria() 363 Log *log = GetLog(LLDBLog::Step); in DefaultShouldStopHereCallback() 445 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop() 468 Log *log = GetLog(LLDBLog::Step); in DoWillResume()
|
| H A D | ThreadPlanCallFunction.cpp | 50 Log *log = GetLog(LLDBLog::Step); in ConstructorSetup() 153 Log *log = GetLog(LLDBLog::Step); in ReportRegisterState() 176 Log *log = GetLog(LLDBLog::Step); in DoTakedown() 252 Log *log(GetLog(LLDBLog::Step | LLDBLog::Process)); in DoPlanExplainsStop() 391 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() 442 Log *log = GetLog(LLDBLog::Step); in BreakpointsExplainStop()
|
| H A D | ThreadPlanShouldStopHere.cpp | 45 Log *log = GetLog(LLDBLog::Step); in InvokeShouldStopHereCallback() 66 Log *log = GetLog(LLDBLog::Step); in DefaultShouldStopHereCallback() 102 Log *log = GetLog(LLDBLog::Step); in DefaultStepFromHereCallback()
|
| H A D | ThreadPlanStepInstruction.cpp | 99 Log *log = GetLog(LLDBLog::Step); in IsPlanStale() 131 Log *log = GetLog(LLDBLog::Step); in ShouldStop() 247 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | dbg-preserve-2.ll | 9 define i32 @_Z3fooiii(i32 %Result, i32 %Step, i32 %Last) local_unnamed_addr !dbg !7 { 13 call void @llvm.dbg.value(metadata i32 %Step, metadata !13, metadata !DIExpression()), !dbg !17 23 ; CHECK: call void @llvm.dbg.value(metadata !DIArgList(i32 %lsr.iv, i32 %Step), metadata ![[VAR_ITR… 26 %add = add nsw i32 %Itr.0, %Step, !dbg !19 64 !13 = !DILocalVariable(name: "Step", arg: 2, scope: !7, file: !1, line: 3, type: !10)
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 345 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 354 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant() 1143 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1157 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1297 Step = SE.getNegativeSCEV(Step); in getAddRecExprPHILiterally() 1382 if (!SE.dominates(Step, L->getHeader())) { in expandAddRecExprLiterally() 1383 PostLoopScale = Step; in expandAddRecExprLiterally() 1452 Step = SE.getNegativeSCEV(Step); in expandAddRecExprLiterally() 2376 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local 2425 if (Step->isOne()) { in generateOverflowCheck() [all …]
|
| /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() argument 205 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 394 Step = ParseExpression(); in ParseForExpr() 395 if (!Step) in ParseForExpr() 408 std::move(Step), std::move(Body)); in ParseForExpr() 725 if (Step) { in codegen() 726 StepVal = Step->codegen(); in codegen()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 187 const size_t Step = sizeof(LargeType) / sizeof(uint8_t); in ForEachNonZeroByte() local 188 const size_t StepMask = Step - 1; in ForEachNonZeroByte() 196 for (; P + Step <= End; P += Step) in ForEachNonZeroByte() 199 for (size_t I = 0; I < Step; I++, Bundle >>= 8) in ForEachNonZeroByte()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 179 int Step = 1; in apply() local 185 Step = II->getValue(); in apply() 215 Step *= From <= To ? 1 : -1; in apply() 217 if (Step > 0 && From > To) in apply() 219 else if (Step < 0 && From < To) in apply() 234 From += Step; in apply()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | unroll_ast_print.cpp | 109 template<typename T, T Start, T End, T Step, int Factor> 118 for (T i = Start; i < End; i += Step) in unroll_templated()
|
| H A D | tile_ast_print.cpp | 144 template<typename T, T Step, T Tile> 153 for (T i = start; i < end; i += Step) in foo6()
|
| H A D | tile_codegen.cpp | 75 template<typename T, T Step, T Tile> 78 for (T i = start; i < end; i += Step) in foo7()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 3602 Step S; in AddAddressOverloadResolutionStep() 3613 Step S; in AddDerivedToBaseCastStep() 3627 Step S; in AddReferenceBindingStep() 3634 Step S; in AddFinalCopy() 3641 Step S; in AddExtraneousCopyToTemporary() 3652 Step S; in AddUserConversionStep() 3663 Step S; in AddQualificationConversionStep() 3681 Step S; in AddFunctionReferenceConversionStep() 3688 Step S; in AddAtomicConversionStep() 3697 Step S; in AddConversionSequenceStep() [all …]
|
| /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() argument 225 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 428 Step = ParseExpression(); in ParseForExpr() 429 if (!Step) in ParseForExpr() 442 std::move(Step), std::move(Body)); in ParseForExpr() 837 if (Step) { in codegen() 838 StepVal = Step->codegen(); in codegen()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 54 {{"step"}, {"log step related activities"}, LLDBLog::Step}, 72 LLDBLog::Watchpoints | LLDBLog::Step |
|
| /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() argument 228 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 445 Step = ParseExpression(); in ParseForExpr() 446 if (!Step) in ParseForExpr() 459 std::move(Step), std::move(Body)); in ParseForExpr() 943 if (Step) { in codegen() 944 StepVal = Step->codegen(); in codegen()
|
| /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() argument 234 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 448 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 451 Step = ParseExpression(); in ParseForExpr() 452 if (!Step) in ParseForExpr() 465 std::move(Step), std::move(Body)); in ParseForExpr() 948 if (Step) { in codegen() 949 StepVal = Step->codegen(); in codegen()
|
| /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() argument 226 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 428 Step = ParseExpression(); in ParseForExpr() 429 if (!Step) in ParseForExpr() 442 std::move(Step), std::move(Body)); in ParseForExpr() 926 if (Step) { in codegen() 927 StepVal = Step->codegen(); in codegen()
|
| /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() argument 233 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 450 Step = ParseExpression(); in ParseForExpr() 451 if (!Step) in ParseForExpr() 464 std::move(Step), std::move(Body)); in ParseForExpr() 949 if (Step) { in codegen() 950 StepVal = Step->codegen(); in codegen()
|