Home
last modified time | relevance | path

Searched refs:getLatency (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp85 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()
DLatencyPriorityQueue.cpp36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()()
37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
DMachineCombiner.cpp97 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()
DMachinePipeliner.cpp1098 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/
DInstruction.cpp56 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/
DOboeAudioStream.java228 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
DAudioStreamBase.java38 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/
DHexagonMachineScheduler.cpp86 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()
DHexagonHazardRecognizer.cpp144 if (S.isAssignedRegDep() && S.getLatency() == 0 && in EmitInstruction()
159 if (S.isAssignedRegDep() && S.getLatency() == 0 && in EmitInstruction()
DHexagonSubtarget.cpp153 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/
DInstruction.h164 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/
Dnv50_ir_target_gm107.h24 virtual int getLatency(const Instruction *) const;
Dnv50_ir_target_nv50.h58 virtual int getLatency(const Instruction *) const;
Dnv50_ir_target_nvc0.h65 virtual int getLatency(const Instruction *) const;
Dnv50_ir_target_gm107.cpp199 TargetGM107::getLatency(const Instruction *insn) const in getLatency() function in nv50_ir::TargetGM107
Dnv50_ir_target.h237 virtual int getLatency(const Instruction *) const { return 1; } in getLatency() function
Dnv50_ir_target_nv50.cpp525 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/
DDisassembler.cpp194 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/
DLatencyPriorityQueue.h68 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
DResourcePriorityQueue.h93 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
DMachinePipeliner.h336 Latency += Succ.getLatency(); in NodeSet()
377 unsigned getLatency() { return Latency; } in getLatency() function
DScheduleDAG.h142 unsigned getLatency() const { in getLatency() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()()
191 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
DScheduleDAGVLIW.cpp128 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp283 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge.getLatency()); in releasePredecessors()

12