Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp257 uint32_t cycle = 0; in ScheduleBasicBlock() local
294 bool Scheduler::FinalizeBB(BasicBlock *bb, uint32_t cycle) in FinalizeBB()
369 uint32_t cycle = 1; in ScheduleInstsBetweenBarriers() local
403 uint32_t Scheduler::SchedWithGlued(Inst *inst, SchedulerPriorityQueue *waiting, uint32_t cycle) in SchedWithGlued()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h237 void SetSchedCycle(uint32 cycle) in SetSchedCycle()
245 void SetSimulateCycle(uint32 cycle) in SetSimulateCycle()
253 void SetBruteForceSchedCycle(uint32 cycle) in SetBruteForceSchedCycle()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_schedule.h71 void SetAdvanceCycle(uint32 cycle) in SetAdvanceCycle()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/
Dmad.cpp84 void Unit::Occupy(const Insn &insn, uint32 cycle) in Occupy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp290 uint32 AArch64Schedule::ComputeEstart(uint32 cycle) in ComputeEstart()
392 void AArch64Schedule::UpdateELStartsOnCycle(uint32 cycle) in UpdateELStartsOnCycle()