| /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 | 418 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 D | ScalarEvolutionExpander.cpp | 932 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 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/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 477 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 D | RISCVGatherScatterLowering.cpp | 205 Value *Step, *Start; in matchStridedRecurrence() local 289 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 724 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 D | LoopCacheAnalysis.cpp | 91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local 542 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
|
| H A D | CtxProfAnalysis.cpp | 383 auto *Step = CtxProfAnalysis::getSelectInstrumentation(SI); in getSelectInstrProfile() local 619 if (auto *Step = dyn_cast<InstrProfIncrementInstStep>(Prev)) in getSelectInstrumentation() local
|
| H A D | LoopAccessAnalysis.cpp | 227 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 D | ScalarEvolution.cpp | 1238 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 D | LoopInfo.cpp | 214 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 D | EVLIndVarSimplify.cpp | 59 static uint32_t getVFFromIndVar(const SCEV *Step, const Function &F) { in getVFFromIndVar()
|
| H A D | VPlanTransforms.cpp | 73 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 D | LoopVectorizationPlanner.h | 308 FPMathOperator *FPBinOp, VPValue *IV, VPValue *Step, in createScalarIVSteps()
|
| H A D | VPlan.h | 1941 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 D | MVETailPredication.cpp | 241 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 180 int Step = 1; in apply() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 346 LegalizeActionStep Step = getActionDefinitions(Query.Opcode).apply(Query); in getAction() local
|
| /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/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 464 const SCEV *Step = nullptr; variable
|