Home
last modified time | relevance | path

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

123456

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1913 if (Step != 1 && Step != 2) in tryARMPackedUnwind()
1936 if (Step != 1 && Step != 2) in tryARMPackedUnwind()
1962 if (Step != 1 && Step != 2 && Step != 3 && Step != 4) in tryARMPackedUnwind()
1975 if (Step != 1 && Step != 2 && Step != 3 && Step != 4 && Step != 5) in tryARMPackedUnwind()
2032 Step = 6; in tryARMPackedUnwind()
2075 } else if (Step == 7 || Step == 8 || Step == 9) { in tryARMPackedUnwind()
2085 if (Step != 6 && Step != 7) in tryARMPackedUnwind()
2097 if (Step != 6 && Step != 7 && Step != 8) in tryARMPackedUnwind()
2133 if (Step != 6 && Step != 7 && Step != 8) in tryARMPackedUnwind()
2185 if (Step != 6 && Step != 7 && Step != 8 && Step != 9) in tryARMPackedUnwind()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp207 Value *Step, *Start; in matchStridedRecurrence() local
208 if (!matchSimpleRecurrence(Phi, Inc, Start, Step) || in matchStridedRecurrence()
217 if (!L->isLoopInvariant(Step)) in matchStridedRecurrence()
221 Step = getSplatValue(Step); in matchStridedRecurrence()
222 if (!Step) in matchStridedRecurrence()
233 Inc = BinaryOperator::CreateAdd(BasePtr, Step, Inc->getName() + ".scalar", in matchStridedRecurrence()
295 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
315 Step = Builder.CreateMul(Step, SplatOp, "step"); in matchStridedRecurrence()
321 Step = Builder.CreateShl(Step, SplatOp, "step"); in matchStridedRecurrence()
327 Inc->setOperand(StepIndex, Step); in matchStridedRecurrence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp344 Value *Step = in generateInstruction() local
927 Step = Builder.CreateVectorSplat(VLen, Step); in getStepVector()
931 Step = Builder.CreateMul(InitVec, Step); in getStepVector()
941 Step = Builder.CreateVectorSplat(VLen, Step); in getStepVector()
994 Step = Builder.CreateTrunc(Step, TruncType); in execute()
1007 if (Step->getType()->isIntegerTy()) { in execute()
1017 Type *StepType = Step->getType(); in execute()
1019 if (Step->getType()->isFloatingPointTy()) in execute()
1122 if (BaseIVTy != Step->getType()) { in execute()
1127 Step = State.Builder.CreateTrunc(Step, BaseIVTy); in execute()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp274 bool isSupportedStep(const SCEV* Step);
478 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument
479 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()
680 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
683 if (!isSupportedStep(Step)) { in widenICmpRangeCheck()
699 assert(Step->getType() == in widenICmpRangeCheck()
707 if (Step->isOne()) in widenICmpRangeCheck()
848 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
849 if (!isSupportedStep(Step)) { in parseLoopLatchICmp()
855 if (Step->isOne()) { in parseLoopLatchICmp()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp69 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 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 DThreadPlanStepInRange.cpp129 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 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()
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 DThreadPlanShouldStopHere.cpp45 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 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 DThreadPlanStepOverBreakpoint.cpp55 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop()
138 Log *log = GetLog(LLDBLog::Step); in MischiefManaged()
H A DThreadList.cpp229 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
383 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop()
447 Log *log = GetLog(LLDBLog::Step); in ShouldReportRun()
491 Log *log = GetLog(LLDBLog::Step); in RefreshStateAfterStop()
545 Log *log = GetLog(LLDBLog::Step); in WillResume()
551 Log *log = GetLog(LLDBLog::Step); in WillResume()
/freebsd-14.2/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()
50 const SCEV *StepPlusOne = SE.getAddExpr(Step, SE.getOne(Step->getType())); in isSafeDecreasingBound()
66 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeIncreasingBound() argument
78 LLVM_DEBUG(dbgs() << "Step: " << *Step << "\n"); in isSafeIncreasingBound()
94 const SCEV *StepMinusOne = SE.getMinusSCEV(Step, SE.getOne(Step->getType())); in isSafeIncreasingBound()
101 SE.getAddExpr(BoundSCEV, Step)) && in isSafeIncreasingBound()
246 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
309 if (!isSafeIncreasingBound(IndVarStart, RightSCEV, Step, Pred, in parseLoopStructure()
[all …]
H A DScalarEvolutionExpander.cpp848 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
862 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
993 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1000 Step = SE.getNegativeSCEV(Step); in getAddRecExprPHILiterally()
1069 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
1119 Step = SE.getNegativeSCEV(Step); in expandAddRecExprLiterally()
1998 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
2016 Value *StepValue = expand(Step, Loc); in generateOverflowCheck()
2045 if (Step->isOne()) { in generateOverflowCheck()
2061 bool NeedPosCheck = !SE.isKnownNegative(Step); in generateOverflowCheck()
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp179 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3733 Step S; in AddAddressOverloadResolutionStep()
3744 Step S; in AddDerivedToBaseCastStep()
3758 Step S; in AddReferenceBindingStep()
3765 Step S; in AddFinalCopy()
3772 Step S; in AddExtraneousCopyToTemporary()
3783 Step S; in AddUserConversionStep()
3794 Step S; in AddQualificationConversionStep()
3812 Step S; in AddFunctionReferenceConversionStep()
3819 Step S; in AddAtomicConversionStep()
3828 Step S; in AddConversionSequenceStep()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp54 {{"step"}, {"log step related activities"}, LLDBLog::Step},
73 LLDBLog::Watchpoints | LLDBLog::Step |
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp202 const SCEV *Step = Terms[Last]; in findArrayDimensionsRec() local
206 if (const SCEVMulExpr *M = dyn_cast<SCEVMulExpr>(Step)) { in findArrayDimensionsRec()
212 Step = SE.getMulExpr(Qs); in findArrayDimensionsRec()
215 Sizes.push_back(Step); in findArrayDimensionsRec()
222 SCEVDivision::divide(SE, Term, Step, &Q, &R); in findArrayDimensionsRec()
238 Sizes.push_back(Step); in findArrayDimensionsRec()
H A DIVDescriptors.cpp1237 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor()
1252 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
1271 if (isa<SCEVConstant>(Step)) in getConstIntStepValue()
1272 return dyn_cast<ConstantInt>(cast<SCEVConstant>(Step)->getValue()); in getConstIntStepValue()
1324 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1325 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp); in isFPInductionPHI()
1517 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
1520 const SCEVConstant *ConstStep = dyn_cast<SCEVConstant>(Step); in isInductionPHI()
1521 if (!ConstStep && !SE->isLoopInvariant(Step, TheLoop)) in isInductionPHI()
1527 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()
[all …]
H A DScalarEvolution.cpp1628 Step = getZeroExtendExpr(Step, Ty, Depth + 1); in getZeroExtendExprImpl()
1674 Step = getZeroExtendExpr(Step, Ty, Depth + 1); in getZeroExtendExprImpl()
1692 Step = getSignExtendExpr(Step, Ty, Depth + 1); in getZeroExtendExprImpl()
1717 Step = getZeroExtendExpr(Step, Ty, Depth + 1); in getZeroExtendExprImpl()
1735 Step = getSignExtendExpr(Step, Ty, Depth + 1); in getZeroExtendExprImpl()
1762 Step = getZeroExtendExpr(Step, Ty, Depth + 1); in getZeroExtendExprImpl()
2002 Step = getSignExtendExpr(Step, Ty, Depth + 1); in getSignExtendExprImpl()
2089 Step = getSignExtendExpr(Step, Ty, Depth + 1); in getSignExtendExprImpl()
2114 Step = getSignExtendExpr(Step, Ty, Depth + 1); in getSignExtendExprImpl()
6969 Step = Step.abs(); in getRangeForAffineARHelper()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/amplifiers/
H A Dadi,hmc425a.yaml7 title: HMC425A 6-bit Digital Step Attenuator
13 Digital Step Attenuator IIO device with gpio interface.
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp248 Log *log = GetLog(LLDBLog::Step); in InsertFunction()
259 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in GetThreadPlanToCallFunction()
298 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in FetchFunctionResults()
371 Log *log(GetLog(LLDBLog::Expressions | LLDBLog::Step)); in ExecuteFunction()

123456