Searched refs:Step (Results 101 - 125 of 182) sorted by relevance

12345678

/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp175 ExprAST *Start, *End, *Step, *Body; member in class:__anon25455::ForExprAST
179 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
372 ExprAST *Step = 0;
375 Step = ParseExpression();
376 if (Step == 0) return 0;
386 return new ForExprAST(IdName, Start, End, Step, Body);
819 if (Step) {
820 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp193 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
197 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
389 ExprAST *Step = 0;
392 Step = ParseExpression();
393 if (Step == 0) return 0;
403 return new ForExprAST(IdName, Start, End, Step, Body);
846 if (Step) {
847 StepVal = Step->Codegen();
H A Dtoy.cpp199 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
203 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
395 ExprAST *Step = 0;
398 Step = ParseExpression();
399 if (Step == 0) return 0;
409 return new ForExprAST(IdName, Start, End, Step, Body);
1210 if (Step) {
1211 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp176 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
180 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
372 ExprAST *Step = 0;
375 Step = ParseExpression();
376 if (Step == 0) return 0;
386 return new ForExprAST(IdName, Start, End, Step, Body);
1068 if (Step) {
1069 StepVal = Step->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp178 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
182 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
374 ExprAST *Step = 0;
377 Step = ParseExpression();
378 if (Step == 0) return 0;
388 return new ForExprAST(IdName, Start, End, Step, Body);
828 if (Step) {
829 StepVal = Step->Codegen();
H A Dtoy.cpp178 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
182 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
374 ExprAST *Step = 0;
377 Step = ParseExpression();
378 if (Step == 0) return 0;
388 return new ForExprAST(IdName, Start, End, Step, Body);
1108 if (Step) {
1109 StepVal = Step->Codegen();
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc335 bool result = select_max_id.Step();
370 while (statement_main.Step()) {
433 while (statement_chain.Step()) {
606 if (count_urls.Step()) {
667 statement.Step();
H A Dtop_sites_database.cc183 while (select_statement.Step()) {
457 while (statement.Step()) {
664 if (!statement.Step())
684 if (select_statement.Step())
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp284 const SCEV *Step = A->getStepRecurrence(SE); local
285 const SCEV *StepRem = SE.getConstant(Step->getType(), 0);
286 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL))
293 S = SE.getAddRecExpr(Start, Step, A->getLoop(),
1181 const SCEV *Step = Normalized->getStepRecurrence(SE); local
1185 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1187 Step = SE.getNegativeSCEV(Step);
1189 Value *StepV = expandCodeFor(Step, IntTy, L->getHeader()->begin());
1264 const SCEV *Step local
1838 const SCEV *Step = AR->getStepRecurrence(SE); local
[all...]
H A DScalarEvolution.cpp946 const SCEV *Step = AR->getStepRecurrence(*this); local
954 getZeroExtendExpr(Step, Ty),
978 // Check whether Start+Step*MaxBECount has no unsigned overflow.
979 const SCEV *ZMul = getMulExpr(CastedMaxBECount, Step);
987 getZeroExtendExpr(Step, WideTy)));
993 getZeroExtendExpr(Step, Ty),
1001 getSignExtendExpr(Step, WideTy)));
1008 getSignExtendExpr(Step, Ty),
1017 if (isKnownPositive(Step)) {
1019 getUnsignedRange(Step)
1062 getOverflowLimitForStep(const SCEV *Step, ICmpInst::Predicate *Pred, ScalarEvolution *SE) argument
1090 const SCEV *Step = AR->getStepRecurrence(*SE); local
1228 const SCEV *Step = AR->getStepRecurrence(*this); local
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DSingleStepTest.java135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
H A DSingleStepWithLocationTest.java108 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DSingleStepTest.java102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
/external/chromium_org/ash/wm/
H A Dwindow_cycle_list.cc131 void WindowCycleList::Step(WindowCycleController::Direction direction) { function in class:ash::WindowCycleList
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_controller.cc195 first_run::Step* FirstRunController::GetCurrentStep() const {
/external/chromium_org/chrome/browser/diagnostics/
H A Dsqlite_diagnostics.cc137 while (statement.Step()) {
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table_unittest.cc49 ASSERT_TRUE(query.Step());
/external/chromium_org/content/browser/
H A Ddatabases_table_unittest.cc32 return (statement.is_valid() && statement.Step() && !statement.ColumnInt(0));
/external/chromium_org/third_party/webrtc/base/
H A Dtask.cc69 void Task::Step() { function in class:rtc::Task
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.h88 void Step(intptr_t allocated, CompletionAction action,
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py258 class Step(GitRecipesMixin): class in inherits:GitRecipesMixin
294 print ">>> Step %d: %s" % (self._number, self._text)
537 class UploadStep(Step):
552 class DetermineV8Sheriff(Step):
586 def MakeStep(step_class=Step, number=0, state=None, config=None,
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp223 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
227 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
419 ExprAST *Step = 0;
422 Step = ParseExpression();
423 if (Step == 0) return 0;
433 return new ForExprAST(IdName, Start, End, Step, Body);
1388 if (Step) {
1389 StepVal = Step->Codegen();
/external/chromium_org/sql/
H A Dconnection.cc358 if (!sql_get_original.Step()) {
762 while (statement.Step()) {
806 return statement.Step(); // Table exists if any row was returned.
816 while (statement.Step()) {
1111 while (stmt.Step()) {
/external/chromium_org/components/search_engines/
H A Dkeyword_table.cc277 while (s.Step()) {
552 if (!s.Step()) {
598 while (s.Step()) {
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider_unittest.cc427 animator->Step(gfx::FrameTime::Now() + duration);
618 animator->Step(start_time1 + duration / 2);
639 animator->Step(start_time2 + duration);

Completed in 6880 milliseconds

12345678