Home
last modified time | relevance | path

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

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java54 public static final byte Step = 10; field in EventMod.ModKind
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp266 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1036 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1050 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1173 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1263 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
1910 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
DScalarEvolution.cpp1156 static const SCEV *getSignedOverflowLimitForStep(const SCEV *Step, in getSignedOverflowLimitForStep()
1176 static const SCEV *getUnsignedOverflowLimitForStep(const SCEV *Step, in getUnsignedOverflowLimitForStep()
1253 const SCEV *Step = AR->getStepRecurrence(*SE); in getPreStartForExtend() local
1365 const SCEV *Step, in proveNoWrapByVaryingStart()
1455 const SCEV *Step = AR->getStepRecurrence(*this); in getZeroExtendExpr() local
1646 const SCEV *Step = AR->getStepRecurrence(*this); in getSignExtendExpr() local
2635 if (const SCEVConstant *Step = in getUDivExpr() local
2800 const SCEV *ScalarEvolution::getAddRecExpr(const SCEV *Start, const SCEV *Step, in getAddRecExpr()
3979 const SCEV *Step = AddRec->getStepRecurrence(*this); in getRange() local
6117 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in HowFarToZero() local
[all …]
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp175 ExprAST *Start, *End, *Step, *Body; member in __anone5e5f5430111::ForExprAST
363 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp194 ExprAST *Start, *End, *Step, *Body; member in __anon5a6266440111::ForExprAST
394 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp267 APInt Step; member
416 unsigned Step = StepC.getLimitedValue(); in computeLoadValue() local
/external/llvm/lib/TableGen/
DSetTheory.cpp170 int Step = 1; in apply() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
373 ExprAST *Step = 0; in ParseForExpr() local
Dtoy.cpp178 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
374 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp200 ExprAST *Start, *End, *Step, *Body; member in __anonceded7450111::ForExprAST
414 ExprAST *Step = 0; in ParseForExpr() local
/external/zlib/src/contrib/ada/
Dzlib.adb45 Step : Flate_Step_Function; component
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp192 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
388 ExprAST *Step = 0; in ParseForExpr() local
Dtoy.cpp199 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
395 ExprAST *Step = 0; in ParseForExpr() local
/external/regex-re2/re2/
Dnfa.cc292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { in Step() function in re2::NFA
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp176 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
372 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1570 Value *Step) { in getStepVector()
1693 const SCEV *Step = AR->getStepRecurrence(*SE); in isConsecutivePtr() local
2202 Constant *Step = ConstantInt::get(IdxTy, VF * UF); in createEmptyLoop() local
3289 Constant *Step = in vectorizeBlockInLoop() local
4335 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
4975 const SCEV *Step = AddRec->getStepRecurrence(*SE); in isLikelyComplexAddressComputation() local
5368 Value *InnerLoopUnroller::getStepVector(Value *Val, int StartIdx, Value *Step) { in getStepVector()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp196 std::unique_ptr<ExprAST> Start, End, Step, Body; member
402 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp315 ExprAST *Start, *End, *Step, *Body; member in __anon435b48460211::ForExprAST
560 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp218 ExprAST *Start, *End, *Step, *Body; member in ForExprAST
414 ExprAST *Step = 0; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp196 std::unique_ptr<ExprAST> Start, End, Step, Body; member
402 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp196 std::unique_ptr<ExprAST> Start, End, Step, Body; member
402 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp197 std::unique_ptr<ExprAST> Start, End, Step, Body; member
403 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1655 protected boolean Step() throws javax.xml.transform.TransformerException in Step() method in XPathParser
/external/v8/tools/push-to-trunk/
Dcommon_includes.py258 class Step(GitRecipesMixin): class
/external/v8/src/heap/
Dincremental-marking.cc895 void IncrementalMarking::Step(intptr_t allocated_bytes, CompletionAction action, in Step() function in v8::internal::IncrementalMarking

12