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

/external/v8/src/compiler/mips/
H A Dinstruction-scheduler-mips.cc11 bool InstructionScheduler::SchedulerSupported() { return false; }
14 int InstructionScheduler::GetTargetInstructionFlags(
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/mips64/
H A Dinstruction-scheduler-mips64.cc11 bool InstructionScheduler::SchedulerSupported() { return false; }
14 int InstructionScheduler::GetTargetInstructionFlags(
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/x87/
H A Dinstruction-scheduler-x87.cc11 bool InstructionScheduler::SchedulerSupported() { return false; }
14 int InstructionScheduler::GetTargetInstructionFlags(
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/
H A Dinstruction-scheduler.cc16 bool InstructionScheduler::CriticalPathFirstQueue::CompareNodes(
22 InstructionScheduler::ScheduleGraphNode*
23 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) {
46 InstructionScheduler::ScheduleGraphNode*
47 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) {
59 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode(
71 void InstructionScheduler::ScheduleGraphNode::AddSuccessor(
78 InstructionScheduler::InstructionScheduler(Zone* zone, function in class:v8::internal::compiler::InstructionScheduler
90 void InstructionScheduler
[all...]
H A Dinstruction-scheduler.h27 class InstructionScheduler final : public ZoneObject {
29 InstructionScheduler(Zone* zone, InstructionSequence* sequence);
99 explicit SchedulingQueueBase(InstructionScheduler* scheduler)
113 InstructionScheduler* scheduler_;
122 explicit CriticalPathFirstQueue(InstructionScheduler* scheduler)
139 explicit StressSchedulerQueue(InstructionScheduler* scheduler)
H A Dinstruction-selector.h302 InstructionScheduler* scheduler_;
H A Dinstruction-selector.cc69 InstructionScheduler::SchedulerSupported()) {
70 scheduler_ = new (zone()) InstructionScheduler(zone(), sequence());
92 InstructionScheduler::SchedulerSupported()) {
103 InstructionScheduler::SchedulerSupported()) {
114 InstructionScheduler::SchedulerSupported()) {
/external/v8/src/compiler/arm/
H A Dinstruction-scheduler-arm.cc11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
141 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/ia32/
H A Dinstruction-scheduler-ia32.cc11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/ppc/
H A Dinstruction-scheduler-ppc.cc11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
146 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/s390/
H A Dinstruction-scheduler-s390.cc11 bool InstructionScheduler::SchedulerSupported() { return true; }
13 int InstructionScheduler::GetTargetInstructionFlags(
158 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/x64/
H A Dinstruction-scheduler-x64.cc11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
189 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
/external/v8/src/compiler/arm64/
H A Dinstruction-scheduler-arm64.cc11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
178 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {

Completed in 224 milliseconds