| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| D | EventMod.java | 54 public static final byte Step = 10; field in EventMod.ModKind
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 266 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
|
| D | ScalarEvolution.cpp | 1156 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/ |
| D | toy.cpp | 175 ExprAST *Start, *End, *Step, *Body; member in __anone5e5f5430111::ForExprAST 363 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/llvm/examples/Kaleidoscope/Chapter6/ |
| D | toy.cpp | 194 ExprAST *Start, *End, *Step, *Body; member in __anon5a6266440111::ForExprAST 394 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopUnrollPass.cpp | 267 APInt Step; member 416 unsigned Step = StepC.getLimitedValue(); in computeLoadValue() local
|
| /external/llvm/lib/TableGen/ |
| D | SetTheory.cpp | 170 int Step = 1; in apply() local
|
| /external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| D | toy-jit.cpp | 177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 373 ExprAST *Step = 0; in ParseForExpr() local
|
| D | toy.cpp | 178 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 374 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/llvm/examples/Kaleidoscope/Chapter7/ |
| D | toy.cpp | 200 ExprAST *Start, *End, *Step, *Body; member in __anonceded7450111::ForExprAST 414 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/zlib/src/contrib/ada/ |
| D | zlib.adb | 45 Step : Flate_Step_Function; component
|
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| D | toy-jit.cpp | 192 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 388 ExprAST *Step = 0; in ParseForExpr() local
|
| D | toy.cpp | 199 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 395 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/regex-re2/re2/ |
| D | nfa.cc | 292 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/ |
| D | toy.cpp | 176 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 372 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1570 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/ |
| D | toy.cpp | 196 std::unique_ptr<ExprAST> Start, End, Step, Body; member 402 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
|
| /external/llvm/examples/Kaleidoscope/Chapter8/ |
| D | toy.cpp | 315 ExprAST *Start, *End, *Step, *Body; member in __anon435b48460211::ForExprAST 560 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| D | toy.cpp | 218 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 414 ExprAST *Step = 0; in ParseForExpr() local
|
| /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
| D | toy.cpp | 196 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/ |
| D | toy.cpp | 196 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/ |
| D | toy.cpp | 197 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/ |
| D | XPathParser.java | 1655 protected boolean Step() throws javax.xml.transform.TransformerException in Step() method in XPathParser
|
| /external/v8/tools/push-to-trunk/ |
| D | common_includes.py | 258 class Step(GitRecipesMixin): class
|
| /external/v8/src/heap/ |
| D | incremental-marking.cc | 895 void IncrementalMarking::Step(intptr_t allocated_bytes, CompletionAction action, in Step() function in v8::internal::IncrementalMarking
|