Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp86 Log *log = GetLog(LLDBLog::Step); in PushNewWithTimeout()
115 Log *log = GetLog(LLDBLog::Step); in ResumeFromPrevState()
124 Log *log = GetLog(LLDBLog::Step); in WillStop()
133 Log *log = GetLog(LLDBLog::Step); in DidPop()
147 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop()
165 Log *log = GetLog(LLDBLog::Step); in TimeoutThreadFunc()
185 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
211 Log *log = GetLog(LLDBLog::Step); in IsTimeoutAsyncInterrupt()
225 Log *log = GetLog(LLDBLog::Step); in HandleEvent()
248 Log *log = GetLog(LLDBLog::Step); in HandleTimeout()
H A DThreadPlanStepThrough.cpp64 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 DThreadPlanCallFunction.cpp50 Log *log = GetLog(LLDBLog::Step); in ConstructorSetup()
153 Log *log = GetLog(LLDBLog::Step); in ReportRegisterState()
176 Log *log = GetLog(LLDBLog::Step); in DoTakedown()
263 Log *log(GetLog(LLDBLog::Step | LLDBLog::Process)); in DoPlanExplainsStop()
402 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
453 Log *log = GetLog(LLDBLog::Step); in BreakpointsExplainStop()
H A DThreadPlanStepInRange.cpp130 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
274 log = GetLog(LLDBLog::Step); in ShouldStop()
346 LLDB_LOGF(GetLog(LLDBLog::Step), in FrameMatchesAvoidCriteria()
364 Log *log = GetLog(LLDBLog::Step); in DefaultShouldStopHereCallback()
446 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop()
472 Log *log = GetLog(LLDBLog::Step); in DoWillResume()
H A DThreadPlanStepRange.cpp69 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop()
102 Log *log = GetLog(LLDBLog::Step); in InRange()
316 Log *log = GetLog(LLDBLog::Step); in ClearNextBranchBreakpoint()
335 Log *log = GetLog(LLDBLog::Step); in SetNextBranchBreakpoint()
484 Log *log = GetLog(LLDBLog::Step); in NextRangeBreakpointExplainsStop()
525 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
536 Log *log = GetLog(LLDBLog::Step); in IsPlanStale()
H A DThreadPlanStepInstruction.cpp99 Log *log = GetLog(LLDBLog::Step); in IsPlanStale()
131 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
247 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
H A DThreadPlanShouldStopHere.cpp47 Log *log = GetLog(LLDBLog::Step); in InvokeShouldStopHereCallback()
68 Log *log = GetLog(LLDBLog::Step); in DefaultShouldStopHereCallback()
122 Log *log = GetLog(LLDBLog::Step); in DefaultStepFromHereCallback()
H A DThreadPlanStepOverBreakpoint.cpp55 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop()
145 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c399 UINT8 Step; in DtGetSubtableLength() local
423 Step = 5; in DtGetSubtableLength()
428 Step = 9; in DtGetSubtableLength()
433 Step = 10; in DtGetSubtableLength()
438 Step = 1; in DtGetSubtableLength()
442 for (i = 0; i < Step; i++) in DtGetSubtableLength()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2076 int Step = 0; in tryARMPackedUnwind() local
2111 if (Step != 0) in tryARMPackedUnwind()
2113 Step = 1; in tryARMPackedUnwind()
2119 if (Step != 1 && Step != 2) in tryARMPackedUnwind()
2130 Step = 3; in tryARMPackedUnwind()
2134 if (Step == 1 && Inst.Register == 0x0f) { in tryARMPackedUnwind()
2137 Step = 2; in tryARMPackedUnwind()
2142 if (Step != 1 && Step != 2) in tryARMPackedUnwind()
2149 Step = 3; in tryARMPackedUnwind()
2154 if (Step != 3 || !HasR11 || IntRegs >= 0 || PF > 0) in tryARMPackedUnwind()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp205 Value *Step, *Start; in matchStridedRecurrence() local
206 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence()
215 Step = getSplatValue(Step); in matchStridedRecurrence()
216 if (!Step) in matchStridedRecurrence()
227 Inc = BinaryOperator::CreateAdd(BasePtr, Step, Inc->getName() + ".scalar", in matchStridedRecurrence()
289 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
322 if (auto *StepI = dyn_cast<Instruction>(Step); StepI && L->contains(StepI)) in matchStridedRecurrence()
329 Step = Builder.CreateMul(Step, SplatOp, "step"); in matchStridedRecurrence()
332 Step = Builder.CreateShl(Step, SplatOp, "step"); in matchStridedRecurrence()
336 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp273 bool isSupportedStep(const SCEV* Step);
477 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument
478 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()
679 const SCEV *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
682 if (!isSupportedStep(Step)) { in widenICmpRangeCheck()
698 assert(Step->getType() == in widenICmpRangeCheck()
701 if (Step != CurrLatchCheck.IV->getStepRecurrence(*SE)) { in widenICmpRangeCheck()
706 if (Step->isOne()) in widenICmpRangeCheck()
710 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck()
847 const SCEV *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp20 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeDecreasingBound() argument
30 assert(SE.isKnownNegative(Step) && "expecting negative step"); in isSafeDecreasingBound()
34 LLVM_DEBUG(dbgs() << "Step: " << *Step << "\n"); in isSafeDecreasingBound()
53 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); in isSafeDecreasingBound()
69 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeIncreasingBound() argument
81 LLVM_DEBUG(dbgs() << "Step: " << *Step << "\n"); in isSafeIncreasingBound()
100 const SCEV *StepMinusOne = SE.getMinusSCEV(Step, SE.getOne(Step->getType())); in isSafeIncreasingBound()
107 SE.getAddExpr(BoundLG, Step)) && in isSafeIncreasingBound()
252 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
315 if (!isSafeIncreasingBound(IndVarStart, RightSCEV, Step, Pred, in parseLoopStructure()
[all …]
H A DScalarEvolutionExpander.cpp932 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
933 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW()
936 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW()
946 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
947 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW()
950 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
1077 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1082 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1084 Step = SE.getNegativeSCEV(Step); in getAddRecExprPHILiterally()
1086 Value *StepV = expand(Step, L->getHeader()->getFirstInsertionPt()); in getAddRecExprPHILiterally()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3832 void InitializationSequence::Step::Destroy() { in Destroy()
3880 for (const Step &S : llvm::reverse(Steps)) { in isDirectReferenceBinding()
3952 Step S; in AddAddressOverloadResolutionStep()
3963 Step S; in AddDerivedToBaseCastStep()
3977 Step S; in AddReferenceBindingStep()
3984 Step S; in AddFinalCopy()
3991 Step S; in AddExtraneousCopyToTemporary()
4002 Step S; in AddUserConversionStep()
4013 Step S; in AddQualificationConversionStep()
4031 Step S; in AddFunctionReferenceConversionStep()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h187 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()
/freebsd/share/examples/ipfilter/rules/
H A Dfirewall4 Step 1 - Block out "bad" IP packets.
14 Step 2 - Convert Network Security Policy to filter rules.
22 Step 3 - Create TCP "keep state" rules.
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp180 int Step = 1; in apply() local
186 Step = II->getValue(); in apply()
216 Step *= From <= To ? 1 : -1; in apply()
218 if (Step > 0 && From > To) in apply()
220 else if (Step < 0 && From < To) in apply()
235 From += Step; in apply()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp724 const SCEV *Step = AR->getStepRecurrence(SE); in isFindIVPattern() local
725 if ((isFindFirstIVRecurrenceKind(Kind) && !SE.isKnownNegative(Step)) || in isFindIVPattern()
726 (isFindLastIVRecurrenceKind(Kind) && !SE.isKnownPositive(Step))) in isFindIVPattern()
1345 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor() argument
1347 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor()
1362 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
1365 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
1378 if (isa<SCEVConstant>(Step)) in getConstIntStepValue()
1379 return dyn_cast<ConstantInt>(cast<SCEVConstant>(Step)->getValue()); in getConstIntStepValue()
1431 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
[all …]
H A DDelinearization.cpp201 const SCEV *Step = Terms[Last]; in findArrayDimensionsRec() local
205 if (const SCEVMulExpr *M = dyn_cast<SCEVMulExpr>(Step)) { in findArrayDimensionsRec()
211 Step = SE.getMulExpr(Qs); in findArrayDimensionsRec()
214 Sizes.push_back(Step); in findArrayDimensionsRec()
221 SCEVDivision::divide(SE, Term, Step, &Q, &R); in findArrayDimensionsRec()
237 Sizes.push_back(Step); in findArrayDimensionsRec()
H A DHashRecognize.cpp251 for (auto [Phi, Step] : PhiEvolutions) in computeEvolutions()
252 KnownPhis.emplace_or_assign(Phi, computeInstr(Step)); in computeEvolutions()
265 Value *Step = nullptr; member
282 Step->print(OS); in print()
323 return llvm::matchSimpleRecurrence(Phi, BO, Start, Step); in matchSimpleRecurrence()
408 Step = FoundStep; in matchConditionalRecurrence()
596 if (!isConditionalOnXorOfPHIs(cast<SelectInst>(ConditionalRecurrence.Step), in recognizeCRC()
612 auto *ComputedValue = cast<SelectInst>(ConditionalRecurrence.Step); in recognizeCRC()
H A DScalarEvolution.cpp1238 static const SCEV *getSignedOverflowLimitForStep(const SCEV *Step, in getSignedOverflowLimitForStep() argument
1241 unsigned BitWidth = SE->getTypeSizeInBits(Step->getType()); in getSignedOverflowLimitForStep()
1242 if (SE->isKnownPositive(Step)) { in getSignedOverflowLimitForStep()
1245 SE->getSignedRangeMax(Step)); in getSignedOverflowLimitForStep()
1247 if (SE->isKnownNegative(Step)) { in getSignedOverflowLimitForStep()
1250 SE->getSignedRangeMin(Step)); in getSignedOverflowLimitForStep()
1258 static const SCEV *getUnsignedOverflowLimitForStep(const SCEV *Step, in getUnsignedOverflowLimitForStep() argument
1261 unsigned BitWidth = SE->getTypeSizeInBits(Step->getType()); in getUnsignedOverflowLimitForStep()
1265 SE->getUnsignedRangeMax(Step)); in getUnsignedOverflowLimitForStep()
1294 static const SCEV *getOverflowLimitForStep(const SCEV *Step, in getOverflowLimitForStep()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp59 static uint32_t getVFFromIndVar(const SCEV *Step, const Function &F) { in getVFFromIndVar() argument
60 if (!Step) in getVFFromIndVar()
65 if (const auto *Mul = dyn_cast<SCEVMulExpr>(Step)) { in getVFFromIndVar()
81 if (const auto *ConstStep = dyn_cast<SCEVConstant>(Step)) { in getVFFromIndVar()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp54 {{"step"}, {"log step related activities"}, LLDBLog::Step},
76 LLDBLog::Watchpoints | LLDBLog::Step |
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp245 Log *log = GetLog(LLDBLog::Step); in InsertFunction()
256 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in GetThreadPlanToCallFunction()
294 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in FetchFunctionResults()
370 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in ExecuteFunction()

1234567