Home
last modified time | relevance | path

Searched defs:latency (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/ad/
Dmad.h127 int latency; variable
160 int latency; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/
Dmad.cpp201 int latency = BypassLatency(def, use); in GetLatency() local
211 int latency = -1; in BypassLatency() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp51 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h85 uint32 latency; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp728 int latency = static_cast<int>(pred->GetLatency()); in CalSeriesCycles() local