/external/v8/src/compiler/ |
D | frame-elider.cc | 22 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()
|
D | unwinding-info-writer.h | 27 class InstructionBlock; variable 37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) { in BeginInstructionBlock() 40 void EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
|
D | move-optimizer.h | 34 void CompressBlock(InstructionBlock* block); 46 const Instruction* LastInstruction(const InstructionBlock* block) const; 49 void OptimizeMerge(InstructionBlock* block);
|
D | instruction.cc | 607 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 …]
|
D | register-allocator.h | 734 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 …]
|
D | frame-elider.h | 29 bool PropagateIntoBlock(InstructionBlock* block); 31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
|
D | move-optimizer.cc | 142 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()
|
D | register-allocator-verifier.h | 73 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);
|
D | register-allocator.cc | 53 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 …]
|
D | live-range-separator.cc | 80 const InstructionBlock *first_block = in SplinterLiveRange() 82 const InstructionBlock *last_block = in SplinterLiveRange() 87 const InstructionBlock *current_block = in SplinterLiveRange()
|
D | instruction.h | 799 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 …]
|
D | code-generator.h | 98 CodeGenResult AssembleBlock(const InstructionBlock* block); 102 const InstructionBlock* block);
|
D | register-allocator-verifier.cc | 304 const InstructionBlock* block) { in CreateForBlock() 367 const InstructionBlock* origin = current_assessment->origin(); in ValidatePendingAssessment() 483 const InstructionBlock* block = in VerifyGapMoves()
|
D | jump-threading.cc | 71 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding()
|
D | code-generator.cc | 114 for (const InstructionBlock* block : code()->instruction_blocks()) { in GenerateCode() 302 const InstructionBlock* block) { in AssembleBlock() 393 Instruction* instr, const InstructionBlock* block) { in AssembleInstruction()
|
D | graph-visualizer.cc | 445 const InstructionBlock* instruction_block = in PrintSchedule()
|
D | instruction-selector.cc | 80 InstructionBlock* instruction_block = in SelectInstructions() 849 InstructionBlock* instruction_block = in VisitBlock()
|
/external/v8/src/compiler/arm64/ |
D | unwinding-info-writer-arm64.h | 14 class InstructionBlock; variable 31 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block); 32 void EndInstructionBlock(const InstructionBlock* block);
|
D | unwinding-info-writer-arm64.cc | 13 const InstructionBlock* block) { in BeginInstructionBlock() 41 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
|
/external/v8/src/compiler/arm/ |
D | unwinding-info-writer-arm.h | 14 class InstructionBlock; variable 31 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block); 32 void EndInstructionBlock(const InstructionBlock* block);
|
D | unwinding-info-writer-arm.cc | 13 const InstructionBlock* block) { in BeginInstructionBlock() 41 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
|
/external/v8/src/compiler/x64/ |
D | unwinding-info-writer-x64.h | 14 class InstructionBlock; variable 38 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block); 39 void EndInstructionBlock(const InstructionBlock* block);
|
D | unwinding-info-writer-x64.cc | 13 const InstructionBlock* block) { in BeginInstructionBlock() 46 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock()
|