Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h27 Step = Log::ChannelFlag<8>, enumerator
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtsubtable.c399 UINT8 Step; in DtGetSubtableLength() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DLoopConstrainer.cpp20 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 DLoopPeel.cpp418 const SCEV *Step, ICmpInst::Predicate Pred) { in countToEliminateCompares()
487 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares() local
530 const SCEV *Step = AddRec->getStepRecurrence(SE); in countToEliminateCompares() local
H A DScalarEvolutionExpander.cpp932 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
946 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1077 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1150 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2097 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h157 Expr *Step = nullptr; member
176 Step = 2, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h41 Step = Log::ChannelFlag<22>, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp477 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
679 const SCEV *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
847 const SCEV *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
853 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp205 Value *Step, *Start; in matchStridedRecurrence() local
289 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp724 const SCEV *Step = AR->getStepRecurrence(SE); in isFindIVPattern() local
1345 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
1431 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1624 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
H A DLoopCacheAnalysis.cpp91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
542 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
H A DCtxProfAnalysis.cpp383 auto *Step = CtxProfAnalysis::getSelectInstrumentation(SI); in getSelectInstrProfile() local
619 if (auto *Step = dyn_cast<InstrProfIncrementInstStep>(Prev)) in getSelectInstrumentation() local
H A DLoopAccessAnalysis.cpp227 const SCEV *Step = AR->getStepRecurrence(SE); in evaluatePtrAddRecAtMaxBTCWillNotWrap() local
321 const SCEV *Step = AR->getStepRecurrence(*SE); in getStartAndEndForAccess() local
399 const SCEVConstant *Step; in tryToCreateDiffCheck() local
933 const SCEV *Step = AR->getStepRecurrence(*PSE.getSE()); in getStrideFromAddRec() local
1894 const SCEV *Step = SE.getConstant(MaxBTC.getType(), MaxStride); in isSafeDependenceDistance() local
H A DScalarEvolution.cpp1238 static const SCEV *getSignedOverflowLimitForStep(const SCEV *Step, in getSignedOverflowLimitForStep()
1258 static const SCEV *getUnsignedOverflowLimitForStep(const SCEV *Step, in getUnsignedOverflowLimitForStep()
1337 const SCEV *Step = AR->getStepRecurrence(*SE); in getPreStartForExtend() local
1455 const SCEV *Step, in proveNoWrapByVaryingStart()
1524 const SCEV *Step) { in extractConstantWithoutWrapping()
1625 const SCEV *Step = AR->getStepRecurrence(*this); in getZeroExtendExprImpl() local
1998 const SCEV *Step = AR->getStepRecurrence(*this); in getSignExtendExprImpl() local
3428 if (const SCEVConstant *Step = in getUDivExpr() local
3630 const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, const SCEV *Step, in getAddRecExpr()
5107 const SCEV *Step = AR->getStepRecurrence(*this); in proveNoSignedWrapViaInduction() local
[all …]
H A DLoopInfo.cpp214 const SCEV *Step = IndDesc.getStep(); in getBounds() local
424 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp59 static uint32_t getVFFromIndVar(const SCEV *Step, const Function &F) { in getVFFromIndVar()
H A DVPlanTransforms.cpp73 VPValue *Step = in tryToConvertVPInstructionsToVPRecipes() local
567 VPValue *StartV, VPValue *Step, DebugLoc DL, in createScalarIVSteps()
748 VPValue *Step; in getOptimizableIVOf() local
815 VPValue *Step = WideIV->getStepValue(); in optimizeEarlyExitInductionUser() local
852 VPValue *Step = WideIV->getStepValue(); in optimizeLatchExitInductionUser() local
2591 VPValue *Step = WidenIVR->getStepValue(); in expandVPWidenIntOrFpInduction() local
H A DLoopVectorizationPlanner.h308 FPMathOperator *FPBinOp, VPValue *IV, VPValue *Step, in createScalarIVSteps()
H A DVPlan.h1941 VPValue *Step, const InductionDescriptor &IndDesc, in VPWidenInductionRecipe()
2015 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
2024 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
2105 VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step, in VPWidenPointerInductionRecipe()
3457 VPScalarIVStepsRecipe(VPValue *IV, VPValue *Step, VPValue *VF, in VPScalarIVStepsRecipe()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp241 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp180 int Step = 1; in apply() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp346 LegalizeActionStep Step = getActionDefinitions(Query.Opcode).apply(Query); in getAction() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h187 const size_t Step = sizeof(LargeType) / sizeof(uint8_t); in ForEachNonZeroByte() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h464 const SCEV *Step = nullptr; variable

123