| /external/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.cpp | 169 int Latency = 0; in getItineraryLatency() local 202 int Latency = 0; in getLatency() local 218 int Latency = getLatency(DC, Inst); in emitLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.cpp | 183 int Latency = 0; in getItineraryLatency() local 216 int16_t Latency = 0; in getLatency() local 231 int Latency = getLatency(DC, Inst); in emitLatency() local
|
| /external/llvm/lib/CodeGen/ |
| D | TargetSchedule.cpp | 194 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local 227 unsigned Latency = 0; in computeInstrLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCSchedule.cpp | 42 int Latency = 0; in computeInstrLatency() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAG.h | 92 unsigned Latency; variable
|
| D | ScheduleDAGInstrs.h | 194 void addChainDependencies(SUnit *SU, SUList &sus, unsigned Latency) { in addChainDependencies()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAG.h | 96 unsigned Latency; variable 273 unsigned short Latency = 0; ///< Node latency. variable
|
| D | ScheduleDAGInstrs.h | 210 void addChainDependencies(SUnit *SU, SUList &SUs, unsigned Latency) { in addChainDependencies()
|
| D | MachinePipeliner.h | 325 unsigned Latency = 0; variable
|
| /external/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 158 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 153 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
|
| /external/grpc-grpc/test/cpp/ext/filters/census/ |
| D | stats_plugin_end2end_test.cc | 222 TEST_F(StatsPluginEnd2EndTest, Latency) { in TEST_F() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TargetSchedule.cpp | 224 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 3725 unsigned Latency = getInstrLatency(ItinData, DefMI); in getOperandLatencyImpl() local 3751 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, UseMCID, in getOperandLatencyImpl() local 3785 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency() local 3798 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, in getOperandLatency() local 4013 unsigned Latency = 0; in getInstrLatency() local 4041 unsigned Latency = ItinData->getStageLatency(Class); in getInstrLatency() local 4084 unsigned Latency = in hasHighOperandLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 4300 unsigned Latency = getInstrLatency(ItinData, DefMI); in getOperandLatencyImpl() local 4326 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, UseMCID, in getOperandLatencyImpl() local 4360 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency() local 4373 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, in getOperandLatency() local 4630 unsigned Latency = 0; in getInstrLatency() local 4659 unsigned Latency = ItinData->getStageLatency(Class); in getInstrLatency() local 4702 unsigned Latency = in hasHighOperandLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| D | InstrBuilder.cpp | 213 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); in computeMaxLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonSubtarget.cpp | 436 int Latency = (InstrInfo.getOperandLatency(&InstrItins, *SrcI, in restoreLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86CmovConversion.cpp | 465 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 124 unsigned Latency = 1; in getInstrLatency() local 145 int Latency = PPCGenInstrInfo::getOperandLatency(ItinData, DefMI, DefIdx, in getOperandLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIMachineScheduler.h | 34 Latency, enumerator
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | SIMachineScheduler.h | 29 Latency, enumerator
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGSDNodes.cpp | 638 int Latency = TII->getOperandLatency(InstrItins, Def, DefIdx, Use, OpIdx); in computeOperandLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGSDNodes.cpp | 655 int Latency = TII->getOperandLatency(InstrItins, Def, DefIdx, Use, OpIdx); in computeOperandLatency() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| D | Instruction.h | 43 unsigned Latency; member
|
| /external/rust/crates/grpcio/src/ |
| D | channel.rs | 59 Latency, enumerator
|