/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 85 dbgs() << " Latency=" << getLatency(); in dump() 91 dbgs() << " Latency=" << getLatency(); in dump() 94 dbgs() << " Latency=" << getLatency(); in dump() 117 if (PredDep.getLatency() < D.getLatency()) { in addPred() 124 SuccDep.setLatency(D.getLatency()); in addPred() 128 PredDep.setLatency(D.getLatency()); in addPred() 168 if (P.getLatency() != 0) { in addPred() 211 if (P.getLatency() != 0) { in removePred() 276 PredSU->Depth + PredDep.getLatency()); in ComputeDepth() 307 SuccSU->Height + SuccDep.getLatency()); in ComputeHeight()
|
D | LatencyPriorityQueue.cpp | 36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
|
D | MachineCombiner.cpp | 97 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot, 224 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency() function in MachineCombiner 292 NewRootLatency += getLatency(&MI, NewRoot, BlockTrace); in getLatenciesForInstrSequences()
|
D | MachinePipeliner.cpp | 1098 unsigned Delay = Nodes.getLatency(); in calculateRecMII() 1132 unsigned Lat = D.getLatency(); in swapAntiDependences() 1388 if (IP->getLatency() == 0) in computeNodeFunctions() 1393 asap = std::max(asap, (int)(getASAP(pred) + IP->getLatency() - in computeNodeFunctions() 1412 if (IS->getLatency() == 0) in computeNodeFunctions() 1417 alap = std::min(alap, (int)(getALAP(succ) - IS->getLatency() + in computeNodeFunctions() 2415 int EarlyStart = cycle + Dep.getLatency() - in computeStart() 2423 int LateStart = cycle - Dep.getLatency() + in computeStart() 2439 int LateStart = cycle - Dep.getLatency() + in computeStart() 2447 int EarlyStart = cycle + Dep.getLatency() - in computeStart()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Instruction.cpp | 56 CyclesLeft = getLatency(); in onInstructionIssued() 125 dbgs() << "{ OpIdx=" << WD->OpIndex << ", Lat=" << getLatency() << ", RegID " in dump() 173 CyclesLeft = getLatency(); in execute()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | OboeAudioStream.java | 228 public double getLatency() { in getLatency() method in OboeAudioStream 229 return getLatency(streamIndex); in getLatency() 231 public native double getLatency(int streamIndex); in getLatency() method in OboeAudioStream
|
D | AudioStreamBase.java | 38 status.latency = getLatency(); in getStreamStatus() 161 public double getLatency() { return -1.0; } in getLatency() method in AudioStreamBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 86 if (S.getSUnit() == SUu && S.getLatency() > 0) in hasDependence() 294 unsigned MinLatency = PI.getLatency(); in releaseTopNode() 313 unsigned MinLatency = I->getLatency(); in releaseBottomNode() 708 PI.getLatency() == 0 && in SchedulingCost() 717 SI.getLatency() == 0 && in SchedulingCost() 733 if (PI.getLatency() > 0 && in SchedulingCost() 741 if (SI.getLatency() > 0 && in SchedulingCost()
|
D | HexagonHazardRecognizer.cpp | 144 if (S.isAssignedRegDep() && S.getLatency() == 0 && in EmitInstruction() 159 if (S.isAssignedRegDep() && S.getLatency() == 0 && in EmitInstruction()
|
D | HexagonSubtarget.cpp | 153 if (SI.getKind() != SDep::Order || SI.getLatency() != 0) in apply() 415 Dep.setLatency((Dep.getLatency() + 1) >> 1); in updateLatency() 452 F->setLatency(I.getLatency()); in restoreLatency() 476 if (I.isAssignedRegDep() && I.getLatency() == 0 && in getZeroLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Instruction.h | 164 unsigned getLatency() const { return WD->Latency; } in getLatency() function 196 return !CyclesLeft || CyclesLeft < getLatency(); in isReady() 420 unsigned getLatency() const { return Desc.MaxLatency; } in getLatency() function
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gm107.h | 24 virtual int getLatency(const Instruction *) const;
|
D | nv50_ir_target_nv50.h | 58 virtual int getLatency(const Instruction *) const;
|
D | nv50_ir_target_nvc0.h | 65 virtual int getLatency(const Instruction *) const;
|
D | nv50_ir_target_gm107.cpp | 199 TargetGM107::getLatency(const Instruction *insn) const in getLatency() function in nv50_ir::TargetGM107
|
D | nv50_ir_target.h | 237 virtual int getLatency(const Instruction *) const { return 1; } in getLatency() function
|
D | nv50_ir_target_nv50.cpp | 525 int TargetNV50::getLatency(const Instruction *i) const in getLatency() function in nv50_ir::TargetNV50
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 194 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) { in getLatency() function 231 int Latency = getLatency(DC, Inst); in emitLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 68 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
|
D | ResourcePriorityQueue.h | 93 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
|
D | MachinePipeliner.h | 336 Latency += Succ.getLatency(); in NodeSet() 377 unsigned getLatency() { return Latency; } in getLatency() function
|
D | ScheduleDAG.h | 142 unsigned getLatency() const { in getLatency() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 191 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
|
D | ScheduleDAGVLIW.cpp | 128 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNILPSched.cpp | 283 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge.getLatency()); in releasePredecessors()
|