/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemoteLog.h | 27 Step = Log::ChannelFlag<8>, enumerator
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | dtsubtable.c | 399 UINT8 Step; in DtGetSubtableLength() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
H A D | LoopConstrainer.cpp | 20 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeDecreasingBound() 69 const SCEV *Step, ICmpInst::Predicate Pred, in isSafeIncreasingBound() 252 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
|
H A D | LoopPeel.cpp | 359 const SCEV *Step, ICmpInst::Predicate Pred) { in countToEliminateCompares() 428 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares() local 467 const SCEV *Step = AddRec->getStepRecurrence(SE); in countToEliminateCompares() local
|
H A D | ScalarEvolutionExpander.cpp | 908 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 922 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1053 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local 1126 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local 2096 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 157 Expr *Step = nullptr; member 176 Step = 2, enumerator
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 41 Step = Log::ChannelFlag<22>, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 207 Value *Step, *Start; in matchStridedRecurrence() local 295 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 518 isSupportedStep(const SCEV * Step) isSupportedStep() argument 720 auto *Step = RangeCheckIV->getStepRecurrence(*SE); widenICmpRangeCheck() local 930 auto *Step = Result->IV->getStepRecurrence(*SE); parseLoopLatchICmp() local 936 __anon4970eb7f0202(const SCEV *Step, ICmpInst::Predicate Pred) parseLoopLatchICmp() argument [all...] |
H A D | InductiveRangeCheckElimination.cpp | 151 const SCEV *Step = nullptr; global() member in __anona4c10e620111::InductiveRangeCheck 791 isSafeDecreasingBound(const SCEV * Start,const SCEV * BoundSCEV,const SCEV * Step,ICmpInst::Predicate Pred,unsigned LatchBrExitIdx,Loop * L,ScalarEvolution & SE) isSafeDecreasingBound() argument 840 isSafeIncreasingBound(const SCEV * Start,const SCEV * BoundSCEV,const SCEV * Step,ICmpInst::Predicate Pred,unsigned LatchBrExitIdx,Loop * L,ScalarEvolution & SE) isSafeIncreasingBound() argument 1021 const SCEV *Step = SE.getSCEV(StepCI); parseLoopStructure() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1234 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor() 1323 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local 1516 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
|
H A D | LoopCacheAnalysis.cpp | 91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local 536 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
|
H A D | ScalarEvolution.cpp | 1232 static const SCEV *getSignedOverflowLimitForStep(const SCEV *Step, in getSignedOverflowLimitForStep() 1252 static const SCEV *getUnsignedOverflowLimitForStep(const SCEV *Step, in getUnsignedOverflowLimitForStep() 1331 const SCEV *Step = AR->getStepRecurrence(*SE); in getPreStartForExtend() local 1449 const SCEV *Step, in proveNoWrapByVaryingStart() 1518 const SCEV *Step) { in extractConstantWithoutWrapping() 1621 const SCEV *Step = AR->getStepRecurrence(*this); in getZeroExtendExprImpl() local 1995 const SCEV *Step = AR->getStepRecurrence(*this); in getSignExtendExprImpl() local 3462 if (const SCEVConstant *Step = in getUDivExpr() local 3648 const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, const SCEV *Step, in getAddRecExpr() 5141 const SCEV *Step = AR->getStepRecurrence(*this); in proveNoSignedWrapViaInduction() local [all …]
|
H A D | LoopInfo.cpp | 214 const SCEV *Step = IndDesc.getStep(); in getBounds() local 424 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical() local
|
H A D | LoopAccessAnalysis.cpp | 229 const SCEV *Step = AR->getStepRecurrence(*SE); in getStartAndEndForAccess() local 328 auto *Step = dyn_cast<SCEVConstant>(SinkAR->getStepRecurrence(*SE)); in tryToCreateDiffCheck() local 1492 const SCEV *Step = AR->getStepRecurrence(*PSE.getSE()); in getPtrStride() local 1833 const SCEV *Step = SE.getConstant(MaxBTC.getType(), ByteStride); in isSafeDependenceDistance() local
|
H A D | Delinearization.cpp | 202 const SCEV *Step = Terms[Last]; in findArrayDimensionsRec() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 243 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 390 const SCEV *Step = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 179 int Step = 1; in apply() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 324 LegalizeActionStep Step = getActionDefinitions(Query.Opcode).apply(Query); in getAction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 457 Value *Step = in generatePerPart() local 496 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generatePerPart() local 1190 static Value *getStepVector(Value *Val, Value *StartIdx, Value *Step, in getStepVector() 1274 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute() local 1409 Value *Step = State.get(getStepValue(), VPIteration(0, 0)); in execute() local
|
H A D | VPlan.h | 1774 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe() 1781 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe() 1855 VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step, in VPWidenPointerInductionRecipe() 2873 VPCanonicalIVPHIRecipe *CanonicalIV, VPValue *Step) in VPDerivedIVRecipe() 2881 VPValue *Step) in VPDerivedIVRecipe() 2925 VPScalarIVStepsRecipe(VPValue *IV, VPValue *Step, in VPScalarIVStepsRecipe() 2932 VPValue *Step) in VPScalarIVStepsRecipe()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 187 const size_t Step = sizeof(LargeType) / sizeof(uint8_t); in ForEachNonZeroByte() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WindowScheduler.cpp | 407 unsigned Step = SearchNum > 0 && SearchNum <= MaxIdx ? MaxIdx / SearchNum : 1; in getSearchIndexes() local
|