Home
last modified time | relevance | path

Searched refs:InstructionBlock (Results 1 – 23 of 23) sorted by relevance

/external/v8/src/compiler/
Dframe-elider.cc22 for (InstructionBlock* block : instruction_blocks()) { in MarkBlocks()
44 for (InstructionBlock* block : instruction_blocks()) { in MarkDeConstruction()
83 for (InstructionBlock* block : instruction_blocks()) { in PropagateInOrder()
92 for (InstructionBlock* block : base::Reversed(instruction_blocks())) { in PropagateReversed()
99 bool FrameElider::PropagateIntoBlock(InstructionBlock* block) { in PropagateIntoBlock()
132 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const { in InstructionBlockAt()
Dunwinding-info-writer.h27 class InstructionBlock; variable
37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock()
40 void EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
Dmove-optimizer.h34 void CompressBlock(InstructionBlock* block);
46 const Instruction* LastInstruction(const InstructionBlock* block) const;
49 void OptimizeMerge(InstructionBlock* block);
Dinstruction.cc607 InstructionBlock::InstructionBlock(Zone* zone, RpoNumber rpo_number, in InstructionBlock() function in v8::internal::compiler::InstructionBlock
625 size_t InstructionBlock::PredecessorIndexOf(RpoNumber rpo_number) const { in PredecessorIndexOf()
627 for (InstructionBlock::Predecessors::const_iterator i = predecessors_.begin(); in PredecessorIndexOf()
647 static InstructionBlock* InstructionBlockFor(Zone* zone, in InstructionBlockFor()
651 InstructionBlock* instr_block = new (zone) in InstructionBlockFor()
652 InstructionBlock(zone, GetRpo(block), GetRpo(block->loop_header()), in InstructionBlockFor()
668 const InstructionBlock* block = printable_block.block_; in operator <<()
737 for (const InstructionBlock* block : instruction_blocks()) { in ValidateEdgeSplitForm()
740 const InstructionBlock* successor = InstructionBlockAt(successor_id); in ValidateEdgeSplitForm()
752 for (const InstructionBlock* block : instruction_blocks()) { in ValidateDeferredBlockExitPaths()
[all …]
Dregister-allocator.h734 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
737 const InstructionBlock* block() const { return block_; } in block()
752 const InstructionBlock* const block_;
837 PhiMapValue* InitializePhiMap(const InstructionBlock* block,
892 void MeetRegisterConstraints(const InstructionBlock* block);
896 const InstructionBlock* block);
897 void ResolvePhis(const InstructionBlock* block);
911 static BitVector* ComputeLiveOut(const InstructionBlock* block,
932 void AddInitialIntervals(const InstructionBlock* block, BitVector* live_out);
933 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
[all …]
Dframe-elider.h29 bool PropagateIntoBlock(InstructionBlock* block);
31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
Dmove-optimizer.cc142 for (InstructionBlock* block : code()->instruction_blocks()) { in Run()
145 for (InstructionBlock* block : code()->instruction_blocks()) { in Run()
352 void MoveOptimizer::CompressBlock(InstructionBlock* block) { in CompressBlock()
373 const InstructionBlock* block) const { in LastInstruction()
378 void MoveOptimizer::OptimizeMerge(InstructionBlock* block) { in OptimizeMerge()
383 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
405 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
481 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
Dregister-allocator-verifier.h73 explicit PendingAssessment(const InstructionBlock* origin, in PendingAssessment()
82 const InstructionBlock* origin() const { return origin_; } in origin()
86 const InstructionBlock* const origin_;
240 BlockAssessments* CreateForBlock(const InstructionBlock* block);
Dregister-allocator.cc53 const InstructionBlock* GetContainingLoop(const InstructionSequence* sequence, in GetContainingLoop()
54 const InstructionBlock* block) { in GetContainingLoop()
61 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code, in GetInstructionBlock()
68 const InstructionBlock* block) { in GetLastInstruction()
161 LiveRangeBound* FindPred(const InstructionBlock* pred) { in FindPred()
168 LiveRangeBound* FindSucc(const InstructionBlock* succ) { in FindSucc()
174 bool FindConnectableSubranges(const InstructionBlock* block, in FindConnectableSubranges()
175 const InstructionBlock* pred, in FindConnectableSubranges()
1330 const InstructionBlock* block, in PhiMapValue()
1447 const InstructionBlock* block, PhiInstruction* phi) { in InitializePhiMap()
[all …]
Dlive-range-separator.cc80 const InstructionBlock *first_block = in SplinterLiveRange()
82 const InstructionBlock *last_block = in SplinterLiveRange()
87 const InstructionBlock *current_block = in SplinterLiveRange()
Dinstruction.h799 class InstructionBlock; variable
945 InstructionBlock* block() const { return block_; } in block()
946 void set_block(InstructionBlock* block) { in set_block()
977 InstructionBlock* block_;
1244 class V8_EXPORT_PRIVATE InstructionBlock final
1247 InstructionBlock(Zone* zone, RpoNumber rpo_number, RpoNumber loop_header, in NON_EXPORTED_BASE()
1330 const InstructionBlock* block_;
1343 typedef ZoneVector<InstructionBlock*> InstructionBlocks;
1374 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in NON_EXPORTED_BASE()
1378 int LastLoopInstructionIndex(const InstructionBlock* block) { in NON_EXPORTED_BASE()
[all …]
Dcode-generator.h98 CodeGenResult AssembleBlock(const InstructionBlock* block);
102 const InstructionBlock* block);
Dregister-allocator-verifier.cc304 const InstructionBlock* block) { in CreateForBlock()
367 const InstructionBlock* origin = current_assessment->origin(); in ValidatePendingAssessment()
483 const InstructionBlock* block = in VerifyGapMoves()
Djump-threading.cc71 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding()
Dcode-generator.cc114 for (const InstructionBlock* block : code()->instruction_blocks()) { in GenerateCode()
302 const InstructionBlock* block) { in AssembleBlock()
393 Instruction* instr, const InstructionBlock* block) { in AssembleInstruction()
Dgraph-visualizer.cc445 const InstructionBlock* instruction_block = in PrintSchedule()
Dinstruction-selector.cc80 InstructionBlock* instruction_block = in SelectInstructions()
849 InstructionBlock* instruction_block = in VisitBlock()
/external/v8/src/compiler/arm64/
Dunwinding-info-writer-arm64.h14 class InstructionBlock; variable
31 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block);
32 void EndInstructionBlock(const InstructionBlock* block);
Dunwinding-info-writer-arm64.cc13 const InstructionBlock* block) { in BeginInstructionBlock()
41 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
/external/v8/src/compiler/arm/
Dunwinding-info-writer-arm.h14 class InstructionBlock; variable
31 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block);
32 void EndInstructionBlock(const InstructionBlock* block);
Dunwinding-info-writer-arm.cc13 const InstructionBlock* block) { in BeginInstructionBlock()
41 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
/external/v8/src/compiler/x64/
Dunwinding-info-writer-x64.h14 class InstructionBlock; variable
38 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block);
39 void EndInstructionBlock(const InstructionBlock* block);
Dunwinding-info-writer-x64.cc13 const InstructionBlock* block) { in BeginInstructionBlock()
46 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()