Home
last modified time | relevance | path

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

1234

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindowsLog.h24 Step = Log::ChannelFlag<6>, // Log step operations enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.h26 Step = Log::ChannelFlag<8>, enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.h27 Step = Log::ChannelFlag<8>, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVGatherScatterLowering.cpp195 Value *Step, *Start; in matchStridedRecurrence() local
281 Value *Step = Inc->getOperand(StepIndex); in matchStridedRecurrence() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp518 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
718 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
916 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
922 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
DInductiveRangeCheckElimination.cpp143 const SCEV *Step = nullptr; member in __anon2d4109de0111::InductiveRangeCheck
657 const SCEV *BoundSCEV, const SCEV *Step, in isSafeDecreasingBound()
707 const SCEV *BoundSCEV, const SCEV *Step, in isSafeIncreasingBound()
873 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonc82f0dbd0111::ForExprAST
202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
DScalarEvolutionExpander.cpp346 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1170 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1184 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1318 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1407 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2367 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
2601 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLLDBLog.h41 Step = Log::ChannelFlag<22>, enumerator
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp218 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon3cab7ebe0111::ForExprAST
222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp54 VPValue *Step = in VPInstructionsToVPRecipes() local
443 VPValue *Step = in optimizeInductions() local
DVPlanRecipes.cpp275 Value *Step = in generateInstruction() local
297 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generateInstruction() local
1065 ConstantInt *Step = ID.getConstIntStepValue(); in isCanonical() local
DVPlan.h1026 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
1033 VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step, in VPWidenIntOrFpInductionRecipe()
1176 VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step, in VPWidenPointerInductionRecipe()
1871 VPCanonicalIVPHIRecipe *CanonicalIV, VPValue *Step, in VPDerivedIVRecipe()
1909 VPValue *Step) in VPScalarIVStepsRecipe()
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon9ff58ec00111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonb6fcacbe0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonb127efbf0111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp219 std::unique_ptr<ExprAST> Start, End, Step, Body; member in ForExprAST
223 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon2b791dbf0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExprOpenMP.h281 Expr *Step = nullptr; member
300 Step = 2, enumerator
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon25a460c00111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DIVDescriptors.cpp1266 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
1364 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1551 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
DLoopCacheAnalysis.cpp91 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
531 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp315 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon9a20d1c10211::ForExprAST
319 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
559 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DMVETailPredication.cpp337 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local

1234