/external/v8/src/compiler/ |
D | scheduler.cc | 32 schedule_(schedule), in Scheduler() 70 SchedulerData def = {schedule_->start(), 0, kUnknown}; in DefaultSchedulerData() 144 BasicBlock* block = schedule_->block(control); in UpdatePlacement() 145 schedule_->AddNode(block, node); in UpdatePlacement() 246 schedule_(scheduler->schedule_), in CFGBuilder() 284 component_end_ = schedule_->block(exit); in Run() 316 schedule_->AddNode(block, node); in FixNode() 333 FixNode(schedule_->end(), node); in BuildBlocks() 336 FixNode(schedule_->start(), node); in BuildBlocks() 415 BasicBlock* block = schedule_->block(node); in BuildBlockForNode() [all …]
|
D | raw-machine-assembler.cc | 23 schedule_(new (zone()) Schedule(zone())), in RawMachineAssembler() 62 DCHECK(schedule_->rpo_order()->empty()); in Export() 65 StdoutStream{} << *schedule_; in Export() 67 schedule_->EnsureCFGWellFormedness(); in Export() 68 Scheduler::ComputeSpecialRPO(zone(), schedule_); in Export() 69 schedule_->PropagateDeferredMark(); in Export() 72 StdoutStream{} << *schedule_; in Export() 75 Schedule* schedule = schedule_; in Export() 76 schedule_ = nullptr; in Export() 110 DCHECK_NOT_NULL(schedule_); in Continuations() [all …]
|
D | graph-visualizer.h | 127 : schedule_(schedule), in schedule_() function 131 const Schedule* schedule_; member
|
D | machine-graph-verifier.cc | 26 : schedule_(schedule), in MachineRepresentationInferrer() 86 auto blocks = schedule_->all_blocks(); in Run() 292 Schedule const* const schedule_; member in v8::internal::compiler::__anon893ab0600111::MachineRepresentationInferrer 304 : schedule_(schedule), in MachineRepresentationChecker() 311 BasicBlockVector const* blocks = schedule_->all_blocks(); in Run() 861 Schedule const* const schedule_; member in v8::internal::compiler::__anon893ab0600111::MachineRepresentationChecker
|
D | scheduler.h | 71 Schedule* schedule_; variable
|
D | effect-control-linearizer.h | 208 Schedule* schedule() const { return schedule_; } in schedule() 217 Schedule* schedule_; variable
|
D | pipeline.cc | 192 schedule_(schedule), in PipelineData() 271 Schedule* schedule() const { return schedule_; } in schedule() 273 DCHECK(!schedule_); in set_schedule() 274 schedule_ = schedule; in set_schedule() 276 void reset_schedule() { schedule_ = nullptr; } in reset_schedule() 326 schedule_ = nullptr; in DeleteGraphZone() 450 Schedule* schedule_ = nullptr; member in v8::internal::compiler::PipelineData
|
D | instruction-selector.h | 712 Schedule* schedule() const { return schedule_; } in schedule() 745 Schedule* const schedule_; variable
|
D | raw-machine-assembler.h | 931 Schedule* schedule() { return schedule_; } in schedule() 936 Schedule* schedule_; variable
|
D | graph-visualizer.cc | 801 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<()
|
D | instruction-selector.cc | 38 schedule_(schedule), in InstructionSelector()
|
D | effect-control-linearizer.cc | 28 schedule_(schedule), in EffectControlLinearizer()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module.h | 265 void clear_schedule() { schedule_.reset(); } in clear_schedule() 268 bool has_schedule() const { return schedule_.has_value(); } in has_schedule() 271 const HloSchedule& schedule() const { return *schedule_; } in schedule() 272 HloSchedule& schedule() { return *schedule_; } in schedule() 317 absl::optional<HloSchedule> schedule_; variable
|
D | hlo_ordering.cc | 350 : HloOrdering(schedule.module()), schedule_(schedule) { in SequentialHloOrdering() 355 : HloOrdering(schedule.module()), schedule_(std::move(schedule)) { in SequentialHloOrdering() 361 TF_DCHECK_OK(schedule_.Verify()); in Initialize() 362 for (const auto& computation_sequence : schedule_.sequences()) { in Initialize() 382 return schedule_.is_computation_scheduled(&computation) in SequentialOrder() 383 ? &schedule_.sequence(&computation) in SequentialOrder() 388 return absl::StrCat("SequentialHloOrdering\n", schedule_.ToString()); in ToString()
|
D | hlo_ordering.h | 200 const HloSchedule schedule_; variable
|
D | heap_simulator.cc | 295 if (schedule_ != nullptr) { in RunComputation() 302 schedule_->sequence(called_computation); in RunComputation() 359 schedule_(schedule), in HeapSimulator() 361 debug_trace_.set_whole_module_simulation(schedule_ != nullptr); in HeapSimulator()
|
D | heap_simulator.h | 174 const HloSchedule* schedule_; variable
|
D | hlo_module.cc | 47 schedule_ = std::move(schedule); in set_schedule()
|
/external/v8/src/ |
D | basic-block-profiler.cc | 50 InsertIntoString(os, &schedule_); in SetSchedule() 115 if (!d.schedule_.empty()) { in operator <<() 118 os << d.schedule_.c_str() << std::endl; in operator <<()
|
D | basic-block-profiler.h | 47 std::string schedule_; variable
|