HomeSort by relevance Sort by last modified time
    Searched refs:getLatency (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LatencyTracker.java 22 * Tracks latency in wall-clock time. Since {@link #getLatency} returns an {@code int},
50 public int getLatency() {
SearchActivity.java 189 mOnCreateLatency = mOnCreateTracker.getLatency();
462 int latency = mStartLatencyTracker.getLatency();
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 55 virtual int getLatency(const Instruction *) const;
nv50_ir_target.h 181 virtual int getLatency(const Instruction *) const { return 1; }
nv50_ir_target_nv50.cpp 461 int TargetNV50::getLatency(const Instruction *i) const
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 55 virtual int getLatency(const Instruction *) const;
nv50_ir_target_nvc0.cpp 540 int TargetNVC0::getLatency(const Instruction *i) const
nv50_ir_emit_nvc0.cpp     [all...]
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 36 unsigned LHSLatency = PQ->getLatency(LHSNum);
37 unsigned RHSLatency = PQ->getLatency(RHSNum);
ScheduleDAG.cpp 75 if (I->getLatency() < D.getLatency()) {
83 II->setLatency(D.getLatency());
87 I->setLatency(D.getLatency());
123 if (P.getLatency() != 0) {
170 if (P.getLatency() != 0) {
247 PredSU->Depth + I->getLatency());
280 SuccSU->Height + I->getLatency());
349 dbgs() << ": Latency=" << I->getLatency();
369 dbgs() << ": Latency=" << I->getLatency();
    [all...]
MachineCombiner.cpp 68 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot,
182 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot,
270 unsigned NewRootLatency = getLatency(Root, NewRoot, BlockTrace);
CriticalAntiDepBreaker.cpp 136 unsigned PredLatency = P->getLatency();
AggressiveAntiDepBreaker.cpp 274 unsigned PredLatency = P->getLatency();
    [all...]
MachineScheduler.cpp 561 if (SuccSU->TopReadyCycle < SU->TopReadyCycle + SuccEdge->getLatency())
562 SuccSU->TopReadyCycle = SU->TopReadyCycle + SuccEdge->getLatency();
600 if (PredSU->BotReadyCycle < SU->BotReadyCycle + PredEdge->getLatency())
601 PredSU->BotReadyCycle = SU->BotReadyCycle + PredEdge->getLatency();
    [all...]
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 68 unsigned getLatency(unsigned NodeNum) const {
ResourcePriorityQueue.h 94 unsigned getLatency(unsigned NodeNum) const {
ScheduleDAG.h 146 /// getLatency - Return the latency value for this edge, which roughly
150 unsigned getLatency() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 131 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency());
ResourcePriorityQueue.cpp 195 unsigned LHSLatency = PQ->getLatency(LHSNum);
196 unsigned RHSLatency = PQ->getLatency(RHSNum);
  /frameworks/base/core/java/android/speech/tts/
Voice.java 149 public int getLatency() {
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 180 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) {
218 int Latency = getLatency(DC, Inst);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 235 unsigned MinLatency = I->getLatency();
254 unsigned MinLatency = I->getLatency();
  /frameworks/av/include/media/
AudioSystem.h 128 static status_t getLatency(audio_io_handle_t output,
  /frameworks/av/media/libmedia/
AudioSystem.cpp 340 return getLatency(output, latency);
343 status_t AudioSystem::getLatency(audio_io_handle_t output,
355 ALOGV("getLatency() output %d, latency %d", output, *latency);
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java     [all...]

Completed in 1290 milliseconds

1 2