Home
last modified time | relevance | path

Searched refs:InstructionSequence (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/src/compiler/
Dgraph-visualizer.h30 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_;
Dpipeline.h37 class InstructionSequence; variable
104 const RegisterConfiguration* config, InstructionSequence* sequence,
Dgraph-visualizer.cc429 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 <<()
Dpipeline.cc264 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/
Dinstruction.cc644 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 …]
Dmove-optimizer.h18 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
28 InstructionSequence* code() const { return code_; } in code()
56 InstructionSequence* const code_;
Dmid-tier-register-allocator.h34 InstructionSequence* code,
84 InstructionSequence* code() const { return code_; } in code()
93 InstructionSequence* const code_;
Djump-threading.h21 InstructionSequence* code, bool frame_at_start);
27 InstructionSequence* code);
Dframe-elider.h18 explicit FrameElider(InstructionSequence* code);
32 InstructionSequence* const code_;
Dinstruction-scheduler.h41 InstructionSequence* sequence);
210 InstructionSequence* sequence() { return sequence_; } in sequence()
216 InstructionSequence* sequence_;
Dregister-allocator-verifier.h16 class InstructionSequence; variable
200 const InstructionSequence* sequence,
266 const InstructionSequence* sequence() const { return sequence_; } in sequence()
291 const InstructionSequence* const sequence_;
Djump-threading.cc58 bool IsBlockWithBranchPoisoning(InstructionSequence* code, in IsBlockWithBranchPoisoning()
73 InstructionSequence* code, in ComputeForwarding()
202 InstructionSequence* code) { in ApplyForwarding()
246 InstructionSequence::Immediates& immediates = code->immediates(); in ApplyForwarding()
Dspill-placer.cc29 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()
Dcode-generator.h125 InstructionSequence* instructions, OptimizedCompilationInfo* info,
142 InstructionSequence* instructions() const { return instructions_; } in instructions()
427 InstructionSequence* const instructions_;
Dinstruction.h1509 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&);
Dregister-allocator.h255 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()
Dframe-elider.cc13 FrameElider::FrameElider(InstructionSequence* code) : code_(code) {} in FrameElider()
Dinstruction-selector.h272 InstructionSequence* sequence, Schedule* schedule,
648 InstructionSequence* sequence() const { return sequence_; } in sequence()
686 InstructionSequence* const sequence_;
Dinstruction-scheduler.cc76 InstructionSequence* sequence) in InstructionScheduler()
Dmid-tier-register-allocator.cc112 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()
Dregister-allocator.cc37 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()
Dinstruction-selector-impl.h300 InstructionSequence* sequence() const { return selector()->sequence(); } in sequence()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h238 using InstructionSequence = tensorflow::gtl::iterator_range< variable
256 InstructionSequence instructions() { in instructions()
Dhlo_schedule.cc74 HloScheduleProto::InstructionSequence& proto_sequence = in ToProto()
Dhlo.proto271 message InstructionSequence { message
276 map<int64, InstructionSequence> sequences = 1;

12