/external/v8/src/compiler/ |
D | instruction-scheduler.cc | 14 void InstructionScheduler::SchedulingQueueBase::AddNode( in AddNode() 27 InstructionScheduler::ScheduleGraphNode* 28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate() 49 InstructionScheduler::ScheduleGraphNode* 50 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate() 62 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode( in ScheduleGraphNode() 74 void InstructionScheduler::ScheduleGraphNode::AddSuccessor( in AddSuccessor() 81 InstructionScheduler::InstructionScheduler(Zone* zone, in InstructionScheduler() function in v8::internal::compiler::InstructionScheduler 93 void InstructionScheduler::StartBlock(RpoNumber rpo) { in StartBlock() 104 void InstructionScheduler::EndBlock(RpoNumber rpo) { in EndBlock() [all …]
|
D | instruction-scheduler.h | 30 class InstructionScheduler final : public ZoneObject { 32 InstructionScheduler(Zone* zone, InstructionSequence* sequence); 102 explicit SchedulingQueueBase(InstructionScheduler* scheduler) in SchedulingQueueBase() 114 InstructionScheduler* scheduler_; 123 explicit CriticalPathFirstQueue(InstructionScheduler* scheduler) in CriticalPathFirstQueue() 135 explicit StressSchedulerQueue(InstructionScheduler* scheduler) in StressSchedulerQueue()
|
D | instruction-selector.h | 225 InstructionScheduler::SchedulerSupported(); in UseInstructionScheduling() 409 InstructionScheduler* scheduler_;
|
D | instruction-selector.cc | 77 scheduler_ = new (zone()) InstructionScheduler(zone(), sequence()); in SelectInstructions()
|
/external/v8/src/compiler/mips64/ |
D | instruction-scheduler-mips64.cc | 11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/x87/ |
D | instruction-scheduler-x87.cc | 11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/ppc/ |
D | instruction-scheduler-ppc.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/s390/ |
D | instruction-scheduler-s390.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() 13 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 178 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/ia32/ |
D | instruction-scheduler-ia32.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/arm/ |
D | instruction-scheduler-arm.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 231 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/x64/ |
D | instruction-scheduler-x64.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 198 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|
/external/v8/src/compiler/arm64/ |
D | instruction-scheduler-arm64.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() 14 int InstructionScheduler::GetTargetInstructionFlags( in GetTargetInstructionFlags() 179 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency()
|