/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | dtsubtable.c | 291 UINT8 Step; in DtGetSubtableLength() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
H A D | ScalarEvolutionExpander.cpp | 338 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 D | LoopPredication.cpp | 502 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 D | InductiveRangeCheckElimination.cpp | 146 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 D | toy.cpp | 198 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 D | IVDescriptors.cpp | 939 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 D | LoopCacheAnalysis.cpp | 90 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local 455 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
|
H A D | ScalarEvolution.cpp | 1273 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 D | toy.cpp | 218 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 D | ExprOpenMP.h | 281 Expr *Step = nullptr; member 300 Step = 2, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 221 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 D | toy.cpp | 226 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 D | toy.cpp | 221 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 D | toy.cpp | 221 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 D | toy.cpp | 219 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 D | toy.cpp | 227 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 D | MVETailPredication.cpp | 332 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1)); in IsSafeActiveMask() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 349 const SCEV *Step = nullptr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 315 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 D | SetTheory.cpp | 180 int Step = 1; in apply() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 177 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 D | zlib.adb | 45 Step : Flate_Step_Function; component
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
H A D | zlib.adb | 45 Step : Flate_Step_Function; component
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
H A D | zlib.adb | 45 Step : Flate_Step_Function; component
|