Home
last modified time | relevance | path

Searched defs:Latency (Results 1 – 25 of 69) sorted by relevance

123

/external/rust/android-crates-io/crates/tower/src/hedge/
Dlatency.rs22 pub struct Latency<R, S> { struct
37 impl<S, R> Latency<R, S> impl
50 impl<S, R, Request> Service<Request> for Latency<R, S> implementation
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp169 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/
DDisassembler.cpp183 int Latency = 0; in getItineraryLatency() local
216 int16_t Latency = 0; in getLatency() local
231 int Latency = getLatency(DC, Inst); in emitLatency() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp183 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/
DTargetSchedule.cpp194 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local
227 unsigned Latency = 0; in computeInstrLatency() local
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
DLowPowerIdleTable.h67 UINT32 Latency; ///< Worst case exit latency in uSec member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
DLowPowerIdleTable.h64 UINT32 Latency; ///< Worst case exit latency in uSec member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
DLowPowerIdleTable.h61 UINT32 Latency; ///< Worst case exit latency in uSec member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
DLowPowerIdleTable.h61 UINT32 Latency; ///< Worst case exit latency in uSec member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSchedule.cpp43 int Latency = 0; in computeInstrLatency() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp42 int Latency = 0; in computeInstrLatency() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp485 int Latency = (InstrInfo.getOperandLatency(&InstrItins, *SrcInst, 0, in adjustSchedDependency() local
510 int Latency = Dep.getLatency(); in adjustSchedDependency() local
584 int Latency = (InstrInfo.getOperandLatency(&InstrItins, *SrcI, in restoreLatency() local
/external/perfetto/protos/perfetto/metrics/android/
Dcodec_metrics.proto46 message Latency { message
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h92 unsigned Latency; variable
DScheduleDAGInstrs.h194 void addChainDependencies(SUnit *SU, SUList &sus, unsigned Latency) { in addChainDependencies()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h96 unsigned Latency; variable
273 unsigned short Latency = 0; ///< Node latency. variable
DScheduleDAGInstrs.h211 void addChainDependencies(SUnit *SU, SUList &SUs, unsigned Latency) { in addChainDependencies()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h96 unsigned Latency; variable
273 unsigned short Latency = 0; ///< Node latency. variable
DScheduleDAGInstrs.h210 void addChainDependencies(SUnit *SU, SUList &SUs, unsigned Latency) { in addChainDependencies()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCInstrItineraries.h156 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h153 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/external/llvm/include/llvm/MC/
DMCInstrItineraries.h158 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTargetSchedule.cpp208 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp224 unsigned Latency = capLatency(WLEntry->Cycles); in computeOperandLatency() local
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3725 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

123