Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp281 uint32_t cycle = 0; in ScheduleBasicBlock() local
318 bool Scheduler::FinalizeBB(BasicBlock *bb, uint32_t cycle) in FinalizeBB()
393 uint32_t cycle = 1; in ScheduleInstsBetweenBarriers() local
427 uint32_t Scheduler::SchedWithGlued(Inst *inst, SchedulerPriorityQueue *waiting, uint32_t cycle) in SchedWithGlued()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp83 std::string cycle("h12"); in FormatDateTimeCommon() local
153 std::string cycle("h12"); in HWTEST_F_L0() local
238 std::string cycle("h12"); in HWTEST_F_L0() local
Djs_date_time_format_first_test.cpp253 std::string cycle("h12"); in HWTEST_F_L0() local
Decma_test_common.h417 …static JSHandle<JSObject> SetHourCycleKeyValue(JSThread *thread, std::string &cycle, std::string &… in SetHourCycleKeyValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlist_scheduler.cpp394 void ListScheduler::InitInfoBeforeCompEStart(uint32 cycle, std::vector<DepNode *> &traversalList) in InitInfoBeforeCompEStart()
412 void ListScheduler::ComputeEStart(uint32 cycle) in ComputeEStart()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h374 void SetSchedCycle(uint32 cycle) in SetSchedCycle()
382 void SetSimulateCycle(uint32 cycle) in SetSimulateCycle()
390 void SetBruteForceSchedCycle(uint32 cycle) in SetBruteForceSchedCycle()
812 void SetSimulateIssueCycle(uint32 cycle) in SetSimulateIssueCycle()
Dschedule.h68 void SetAdvanceCycle(uint32 cycle) in SetAdvanceCycle()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/
Dmad.cpp85 void Unit::Occupy(uint32 cycle) in Occupy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp289 uint32 AArch64Schedule::ComputeEstart(uint32 cycle) in ComputeEstart()
395 void AArch64Schedule::UpdateELStartsOnCycle(uint32 cycle) in UpdateELStartsOnCycle()