HomeSort by relevance Sort by last modified time
    Searched refs:InstructionScheduler (Results 1 - 13 of 13) sorted by null

  /external/v8/src/compiler/mips/
instruction-scheduler-mips.cc 11 bool InstructionScheduler::SchedulerSupported() { return false; }
14 int InstructionScheduler::GetTargetInstructionFlags(
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc 11 bool InstructionScheduler::SchedulerSupported() { return false; }
14 int InstructionScheduler::GetTargetInstructionFlags(
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/x87/
instruction-scheduler-x87.cc 11 bool InstructionScheduler::SchedulerSupported() { return false; }
14 int InstructionScheduler::GetTargetInstructionFlags(
20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/
instruction-scheduler.cc 14 void InstructionScheduler::SchedulingQueueBase::AddNode(
27 InstructionScheduler::ScheduleGraphNode*
28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) {
49 InstructionScheduler::ScheduleGraphNode*
50 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) {
62 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode(
74 void InstructionScheduler::ScheduleGraphNode::AddSuccessor(
81 InstructionScheduler::InstructionScheduler(Zone* zone,
93 void InstructionScheduler::StartBlock(RpoNumber rpo)
    [all...]
instruction-scheduler.h 30 class InstructionScheduler final : public ZoneObject {
32 InstructionScheduler(Zone* zone, InstructionSequence* sequence);
102 explicit SchedulingQueueBase(InstructionScheduler* scheduler)
114 InstructionScheduler* scheduler_;
123 explicit CriticalPathFirstQueue(InstructionScheduler* scheduler)
135 explicit StressSchedulerQueue(InstructionScheduler* scheduler)
instruction-selector.h 221 InstructionScheduler::SchedulerSupported();
371 InstructionScheduler* scheduler_;
instruction-selector.cc 76 scheduler_ = new (zone()) InstructionScheduler(zone(), sequence());
    [all...]
  /external/v8/src/compiler/arm/
instruction-scheduler-arm.cc 11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
143 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/ppc/
instruction-scheduler-ppc.cc 11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
147 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/ia32/
instruction-scheduler-ia32.cc 11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/s390/
instruction-scheduler-s390.cc 11 bool InstructionScheduler::SchedulerSupported() { return true; }
13 int InstructionScheduler::GetTargetInstructionFlags(
174 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/arm64/
instruction-scheduler-arm64.cc 11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
179 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  /external/v8/src/compiler/x64/
instruction-scheduler-x64.cc 11 bool InstructionScheduler::SchedulerSupported() { return true; }
14 int InstructionScheduler::GetTargetInstructionFlags(
196 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {

Completed in 407 milliseconds