/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 82 OS << " Latency=" << getLatency(); in print() 88 OS << " Latency=" << getLatency(); in print() 91 OS << " Latency=" << getLatency(); in print() 116 if (PredDep.getLatency() < D.getLatency()) { in addPred() 123 SuccDep.setLatency(D.getLatency()); in addPred() 127 PredDep.setLatency(D.getLatency()); in addPred() 167 if (P.getLatency() != 0) { in addPred() 210 if (P.getLatency() != 0) { in removePred() 275 PredSU->Depth + PredDep.getLatency()); in ComputeDepth() 306 SuccSU->Height + SuccDep.getLatency()); in ComputeHeight()
|
D | LatencyPriorityQueue.cpp | 37 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 38 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
|
D | MachineCombiner.cpp | 92 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot, 217 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency() function in MachineCombiner 283 NewRootLatency += getLatency(&MI, NewRoot, BlockTrace); in getLatenciesForInstrSequences()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 75 if (I->getLatency() < D.getLatency()) { in addPred() 83 II->setLatency(D.getLatency()); in addPred() 87 I->setLatency(D.getLatency()); in addPred() 123 if (P.getLatency() != 0) { in addPred() 170 if (P.getLatency() != 0) { in removePred() 247 PredSU->Depth + I->getLatency()); in ComputeDepth() 280 SuccSU->Height + I->getLatency()); in ComputeHeight() 349 dbgs() << ": Latency=" << I->getLatency(); in dumpAll() 369 dbgs() << ": Latency=" << I->getLatency(); in dumpAll()
|
D | LatencyPriorityQueue.cpp | 36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
|
D | MachineCombiner.cpp | 68 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot, 184 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency() function in MachineCombiner 272 unsigned NewRootLatency = getLatency(Root, NewRoot, BlockTrace); in improvesCriticalPathLen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Instruction.cpp | 44 CyclesLeft = getLatency(); in onInstructionIssued() 96 dbgs() << "{ OpIdx=" << WD.OpIndex << ", Lat=" << getLatency() << ", RegID " in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonHazardRecognizer.cpp | 145 if (S.isAssignedRegDep() && S.getLatency() == 0 && in EmitInstruction() 160 if (S.isAssignedRegDep() && S.getLatency() == 0 && in EmitInstruction()
|
D | HexagonMachineScheduler.cpp | 87 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 | HexagonSubtarget.cpp | 154 if (SI.getKind() != SDep::Order || SI.getLatency() != 0) in apply() 416 Dep.setLatency((Dep.getLatency() + 1) >> 1); in updateLatency() 453 F->setLatency(I.getLatency()); in restoreLatency() 477 if (I.isAssignedRegDep() && I.getLatency() == 0 && in getZeroLatency()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ProxyStat.php | 30 public function getLatency() function in Grpc\\Testing\\ProxyStat
|
/external/mesa3d/src/gallium/drivers/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 | 236 virtual int getLatency(const Instruction *) const { return 1; } in getLatency() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 69 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
|
D | ResourcePriorityQueue.h | 94 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
|
/external/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 68 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
|
D | ResourcePriorityQueue.h | 94 unsigned getLatency(unsigned NodeNum) const { in getLatency() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 190 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) { in getLatency() function 227 int Latency = getLatency(DC, Inst); in emitLatency()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 180 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) { in getLatency() function 218 int Latency = getLatency(DC, Inst); in emitLatency()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 131 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 130 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
|
D | ResourcePriorityQueue.cpp | 189 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 190 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
|