/external/v8/src/compiler/ |
D | graph-visualizer.h | 30 class InstructionSequence; variable 136 const InstructionSequence* instructions = nullptr) 142 const InstructionSequence* instructions_; 162 const InstructionSequence& code_; 170 const InstructionSequence& code_; 178 const InstructionSequence& code_; 186 const InstructionSequence* code_; 194 const InstructionSequence* code_; 200 const InstructionSequence* code_; 206 const InstructionSequence* sequence_;
|
D | pipeline.h | 37 class InstructionSequence; variable 104 const RegisterConfiguration* config, InstructionSequence* sequence,
|
D | graph-visualizer.cc | 429 const InstructionSequence* instructions); 579 const InstructionSequence* instructions) { in PrintSchedule() 1055 const InstructionSequence& code) { in PrintTopLevelLiveRanges() 1099 const InstructionSequence* code = o.code_; in operator <<() 1296 const InstructionSequence* code = b.code_; in operator <<() 1358 const InstructionSequence* code = s.sequence_; in operator <<()
|
D | pipeline.cc | 264 Isolate* isolate, InstructionSequence* sequence) in PipelineData() 351 InstructionSequence* sequence() const { return sequence_; } in sequence() 473 InstructionSequence::InstructionBlocksFor(instruction_zone(), in InitializeInstructionSequence() 475 sequence_ = instruction_zone()->New<InstructionSequence>( in InitializeInstructionSequence() 609 InstructionSequence* sequence_ = nullptr; 2100 const InstructionSequence* sequence; 3238 InstructionSequence* sequence, in AllocateRegistersForTesting() 3424 InstructionSequence* code = data->sequence(); in VerifyGeneratedCodeIsIdempotent()
|
/external/v8/src/compiler/backend/ |
D | instruction.cc | 644 const InstructionSequence* code = printable_block.code_; in operator <<() 691 InstructionBlocks* InstructionSequence::InstructionBlocksFor( in InstructionBlocksFor() 706 void InstructionSequence::ValidateEdgeSplitForm() const { in ValidateEdgeSplitForm() 721 void InstructionSequence::ValidateDeferredBlockExitPaths() const { in ValidateDeferredBlockExitPaths() 732 void InstructionSequence::ValidateDeferredBlockEntryPaths() const { in ValidateDeferredBlockEntryPaths() 746 void InstructionSequence::ValidateSSA() const { in ValidateSSA() 761 void InstructionSequence::ComputeAssemblyOrder() { in ComputeAssemblyOrder() 811 void InstructionSequence::RecomputeAssemblyOrderForTesting() { in RecomputeAssemblyOrderForTesting() 819 InstructionSequence::InstructionSequence(Isolate* isolate, in InstructionSequence() function in v8::internal::compiler::InstructionSequence 840 int InstructionSequence::NextVirtualRegister() { in NextVirtualRegister() [all …]
|
D | move-optimizer.h | 18 MoveOptimizer(Zone* local_zone, InstructionSequence* code); 28 InstructionSequence* code() const { return code_; } in code() 56 InstructionSequence* const code_;
|
D | mid-tier-register-allocator.h | 34 InstructionSequence* code, 84 InstructionSequence* code() const { return code_; } in code() 93 InstructionSequence* const code_;
|
D | jump-threading.h | 21 InstructionSequence* code, bool frame_at_start); 27 InstructionSequence* code);
|
D | frame-elider.h | 18 explicit FrameElider(InstructionSequence* code); 32 InstructionSequence* const code_;
|
D | instruction-scheduler.h | 41 InstructionSequence* sequence); 210 InstructionSequence* sequence() { return sequence_; } in sequence() 216 InstructionSequence* sequence_;
|
D | register-allocator-verifier.h | 16 class InstructionSequence; variable 200 const InstructionSequence* sequence, 266 const InstructionSequence* sequence() const { return sequence_; } in sequence() 291 const InstructionSequence* const sequence_;
|
D | jump-threading.cc | 58 bool IsBlockWithBranchPoisoning(InstructionSequence* code, in IsBlockWithBranchPoisoning() 73 InstructionSequence* code, in ComputeForwarding() 202 InstructionSequence* code) { in ApplyForwarding() 246 InstructionSequence::Immediates& immediates = code->immediates(); in ApplyForwarding()
|
D | spill-placer.cc | 29 InstructionSequence* code = data_->code(); in Add() 289 InstructionSequence* code = data()->code(); in FirstBackwardPass() 336 InstructionSequence* code = data()->code(); in ForwardPass() 393 InstructionSequence* code = data()->code(); in SecondBackwardPass()
|
D | code-generator.h | 125 InstructionSequence* instructions, OptimizedCompilationInfo* info, 142 InstructionSequence* instructions() const { return instructions_; } in instructions() 427 InstructionSequence* const instructions_;
|
D | instruction.h | 1509 class InstructionSequence; variable 1513 const InstructionSequence* code_; 1528 class V8_EXPORT_PRIVATE InstructionSequence final 1533 InstructionSequence(Isolate* isolate, Zone* zone, in NON_EXPORTED_BASE() 1535 InstructionSequence(const InstructionSequence&) = delete; in NON_EXPORTED_BASE() 1536 InstructionSequence& operator=(const InstructionSequence&) = delete; in NON_EXPORTED_BASE() 1693 const InstructionSequence&); in NON_EXPORTED_BASE() 1722 const InstructionSequence&);
|
D | register-allocator.h | 255 InstructionSequence* code, 292 InstructionSequence* code() const { return code_; } in code() 359 InstructionSequence* const code_; 1182 InstructionSequence* code() const { return data()->code(); } in code() 1215 InstructionSequence* code() const { return data()->code(); } in code() 1284 InstructionSequence* code() const { return data_->code(); } in code() 1298 InstructionSequence* code() const { return data()->code(); } in code() 1582 InstructionSequence* code() const { return data()->code(); } in code()
|
D | frame-elider.cc | 13 FrameElider::FrameElider(InstructionSequence* code) : code_(code) {} in FrameElider()
|
D | instruction-selector.h | 272 InstructionSequence* sequence, Schedule* schedule, 648 InstructionSequence* sequence() const { return sequence_; } in sequence() 686 InstructionSequence* const sequence_;
|
D | instruction-scheduler.cc | 76 InstructionSequence* sequence) in InstructionScheduler()
|
D | mid-tier-register-allocator.cc | 112 InstructionSequence* code, TickCounter* tick_counter, in MidTierRegisterAllocationData() 149 return InstructionSequence::DefaultRepresentation(); in RepresentationFor() 2504 InstructionSequence* code() const { return data()->code(); } in code() 2701 InstructionSequence* code() const { return data()->code(); } in code() 3002 InstructionSequence* code() const { return data()->code(); } in code() 3138 InstructionSequence* code() const { return data()->code(); } in code()
|
D | register-allocator.cc | 37 const InstructionBlock* GetContainingLoop(const InstructionSequence* sequence, in GetContainingLoop() 44 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code, in GetInstructionBlock() 49 Instruction* GetLastInstruction(InstructionSequence* code, in GetLastInstruction() 844 InstructionSequence* sequence = data->code(); in CommitSpillMoves() 862 InstructionSequence* sequence = data->code(); in FilterSpillMoves() 1298 InstructionSequence* code, RegisterAllocationFlags flags, in TopTierRegisterAllocationData() 1600 MachineRepresentation rep = InstructionSequence::DefaultRepresentation(); in AllocateFixed() 1850 const InstructionSequence* code = data->code(); in ComputeLiveOut() 1923 MachineRepresentation rep = InstructionSequence::DefaultRepresentation(); in FixedLiveRangeFor() 4925 InstructionSequence* code = data()->code(); in CommitSpillsInDeferredBlocks()
|
D | instruction-selector-impl.h | 300 InstructionSequence* sequence() const { return selector()->sequence(); } in sequence()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_computation.h | 238 using InstructionSequence = tensorflow::gtl::iterator_range< variable 256 InstructionSequence instructions() { in instructions()
|
D | hlo_schedule.cc | 74 HloScheduleProto::InstructionSequence& proto_sequence = in ToProto()
|
D | hlo.proto | 271 message InstructionSequence { message 276 map<int64, InstructionSequence> sequences = 1;
|