Home
last modified time | relevance | path

Searched refs:InstructionScheduler (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc15 void InstructionScheduler::SchedulingQueueBase::AddNode( in AddNode()
27 InstructionScheduler::ScheduleGraphNode*
28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate()
48 InstructionScheduler::ScheduleGraphNode*
49 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate()
60 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode(Zone* zone, in ScheduleGraphNode()
69 void InstructionScheduler::ScheduleGraphNode::AddSuccessor( in AddSuccessor()
75 InstructionScheduler::InstructionScheduler(Zone* zone, in InstructionScheduler() function in v8::internal::compiler::InstructionScheduler
91 void InstructionScheduler
[all...]
H A Dinstruction-scheduler.h34 class InstructionScheduler final : public ZoneObject {
36 V8_EXPORT_PRIVATE InstructionScheduler(Zone* zone,
108 explicit SchedulingQueueBase(InstructionScheduler* scheduler) in SchedulingQueueBase()
116 InstructionScheduler* scheduler_;
125 explicit CriticalPathFirstQueue(InstructionScheduler* scheduler) in CriticalPathFirstQueue()
137 explicit StressSchedulerQueue(InstructionScheduler* scheduler) in StressSchedulerQueue()
H A Dinstruction-selector.h481 InstructionScheduler::SchedulerSupported(); in UseInstructionScheduling()
742 InstructionScheduler* scheduler_;
H A Dinstruction-selector.cc122 scheduler_ = zone()->New<InstructionScheduler>(zone(), sequence()); in SelectInstructions()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-scheduler-loong64.cc13 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported()
15 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-scheduler-arm.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
13 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
383 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-scheduler-ppc.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
13 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
434 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-scheduler-ia32.cc14 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
16 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
405 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-scheduler-s390.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
13 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
420 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-scheduler-arm64.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
13 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
373 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-scheduler-x64.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
13 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
448 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc12 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
1088 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc12 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
1262 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc12 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported()
14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags()
1385 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()

Completed in 17 milliseconds