Home
last modified time | relevance | path

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

123

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddtsubtable.c291 UINT8 Step; in DtGetSubtableLength() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
H A DScalarEvolutionExpander.cpp338 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1173 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1187 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1328 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1416 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2493 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
2686 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp502 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
702 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
886 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
892 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
H A DInductiveRangeCheckElimination.cpp146 const SCEV *Step = nullptr; member in __anon2c2ab2ad0111::InductiveRangeCheck
660 const SCEV *BoundSCEV, const SCEV *Step, in isSafeDecreasingBound()
710 const SCEV *BoundSCEV, const SCEV *Step, in isSafeIncreasingBound()
872 const SCEV *Step = SE.getSCEV(StepCI); in parseLoopStructure() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonde6ff8cc0111::ForExprAST
202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp939 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
1030 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1219 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
H A DLoopCacheAnalysis.cpp90 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
455 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
H A DScalarEvolution.cpp1273 static const SCEV *getSignedOverflowLimitForStep(const SCEV *Step, in getSignedOverflowLimitForStep()
1293 static const SCEV *getUnsignedOverflowLimitForStep(const SCEV *Step, in getUnsignedOverflowLimitForStep()
1372 const SCEV *Step = AR->getStepRecurrence(*SE); in getPreStartForExtend() local
1487 const SCEV *Step, in proveNoWrapByVaryingStart()
1556 const SCEV *Step) { in extractConstantWithoutWrapping()
1618 const SCEV *Step = AR->getStepRecurrence(*this); in getZeroExtendExpr() local
1958 const SCEV *Step = AR->getStepRecurrence(*this); in getSignExtendExpr() local
3156 if (const SCEVConstant *Step = in getUDivExpr() local
3346 const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, const SCEV *Step, in getAddRecExpr()
4468 const SCEV *Step = AR->getStepRecurrence(*this); in proveNoSignedWrapViaInduction() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp218 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon52ec69cd0111::ForExprAST
222 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
425 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h281 Expr *Step = nullptr; member
300 Step = 2, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon4bdfba2f0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp226 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonc768dace0111::ForExprAST
230 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
447 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anond763492e0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp221 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon62e6d82d0111::ForExprAST
225 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
442 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp227 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon3be54bcf0111::ForExprAST
231 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
448 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp332 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h349 const SCEV *Step = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp315 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anonb061bcd00211::ForExprAST
319 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST()
559 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp180 int Step = 1; in apply() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
373 ExprAST *Step = 0; in ParseForExpr() local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib.adb45 Step : Flate_Step_Function; component
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib.adb45 Step : Flate_Step_Function; component
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib.adb45 Step : Flate_Step_Function; component

123