HomeSort by relevance Sort by last modified time
    Searched full:scheduler (Results 201 - 225 of 834) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/server/
system_utils.py 16 from autotest_lib.scheduler import scheduler_config
  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/scheduling/
map_rendering_cost.html 52 // Look for tasks executed by the scheduler. Note that this only
  /external/iproute2/man/man8/
tc-hfsc.8 41 HFSC class is used to create a class hierarchy for HFSC scheduler. For
  /external/ipsec-tools/src/racoon/
schedule.h 68 /* must be called after it's called from scheduler. */
  /external/llvm/docs/CommandGuide/
lli.rst 133 .. option:: -disable-post-RA-scheduler
153 .. option:: -pre-RA-sched=scheduler
159 =default: Best scheduler for the target
165 =list-td: Top-down list scheduler -print-machineinstrs - Print generated machine code
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 80 /// builder and may be consulted by the scheduler to avoid iterating an entire
103 /// reordering. A specialized scheduler can override
203 /// Initialize the scheduler state for the next scheduling region.
209 /// Notify that the scheduler has finished scheduling the current region.
  /external/llvm/include/llvm/Target/
TargetSchedule.td 15 // 2. Scheduler Read/Write resources for simple per-opcode cost model.
91 bit PostRAScheduler = 0; // Enable Post RegAlloc Scheduler pass.
96 // bit. Otherwise, the scheduler considers an unmodelled opcode to
122 // clock cycles, but the scheduler does not pin them to a particular
125 // the scheduler counts down from the cycle that the instruction
129 // an in-order latency resource. In this case, the scheduler models
207 // Define a scheduler resource associated with a def operand.
211 // Define a scheduler resource associated with a use operand.
277 // operands. The scheduler assumes that all micro-ops must be
  /external/llvm/lib/Target/X86/
X86ScheduleBtVer2.td 27 // the scheduler to assign a default model to unrecognized opcodes.
44 // Integer Pipe Scheduler
49 // AGU Pipe Scheduler
54 // Fpu Pipe Scheduler
  /external/llvm/test/CodeGen/AArch64/
tailcall_misched_graph.ll 35 ; Without this edge the scheduler would be free to move the store accross the load.
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill2.ll 1 ; RUN: llc < %s -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler
2009-08-21-PostRAKill3.ll 1 ; RUN: llc < %s -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler
  /external/llvm/test/CodeGen/Thumb2/
2009-08-21-PostRAKill4.ll 1 ; RUN: llc < %s -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler
  /external/llvm/test/CodeGen/X86/
scheduler-backtracking.ll 8 ; Tests checking backtracking in source scheduler. llc used to crash on them.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
Scheduler.java 8 public class Scheduler {
  /external/v8/src/compiler/arm/
instruction-scheduler-arm.cc 5 #include "src/compiler/instruction-scheduler.h"
  /external/v8/src/compiler/ia32/
instruction-scheduler-ia32.cc 5 #include "src/compiler/instruction-scheduler.h"
  /external/v8/src/compiler/ppc/
instruction-scheduler-ppc.cc 5 #include "src/compiler/instruction-scheduler.h"
  /external/v8/src/heap/
scavenge-job.cc 86 // Otherwise, we might spam the scheduler with idle tasks.
  /external/valgrind/none/tests/x86/
cse_fail.c 22 ==23986== by 0x38037610: vgPlain_scheduler (scheduler.c:693)
  /frameworks/av/include/media/stagefright/
VideoFrameScheduler.h 32 // (re)initialize scheduler
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
DvrRecordingServiceTest.java 44 @Mock Scheduler mMockScheduler;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 32 * scheduler for the Calendar provider. This needs to be done after
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 94 scheddetail: setting schedtrace=X and scheddetail=1 causes the scheduler to emit
95 detailed multiline info every X milliseconds, describing state of the scheduler,
98 schedtrace: setting schedtrace=X causes the scheduler to emit a single line to standard
99 error every X milliseconds, summarizing the scheduler state.
  /prebuilts/go/linux-x86/src/runtime/
extern.go 94 scheddetail: setting schedtrace=X and scheddetail=1 causes the scheduler to emit
95 detailed multiline info every X milliseconds, describing state of the scheduler,
98 schedtrace: setting schedtrace=X causes the scheduler to emit a single line to standard
99 error every X milliseconds, summarizing the scheduler state.
  /prebuilts/misc/windows/sdl2/test/
testsem.c 39 SDL_Delay(1); /* For the scheduler */

Completed in 966 milliseconds

1 2 3 4 5 6 7 891011>>