Home
last modified time | relevance | path

Searched refs:splinter (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dlive-range-separator.cc47 if (range->splinter() == nullptr) { in CreateSplinter()
48 TopLevelLiveRange *splinter = in CreateSplinter() local
50 DCHECK_NULL(data->live_ranges()[splinter->vreg()]); in CreateSplinter()
51 data->live_ranges()[splinter->vreg()] = splinter; in CreateSplinter()
52 range->SetSplinter(splinter); in CreateSplinter()
113 if (range->has_slot_use() && range->splinter() != nullptr) { in SplinterLiveRange()
115 SetSlotUse(range->splinter()); in SplinterLiveRange()
140 if (top == nullptr || top->IsEmpty() || top->splinter() == nullptr || in MarkRangesSpilledInDeferredBlocks()
141 top->HasSpillOperand() || !top->splinter()->HasSpillRange()) { in MarkRangesSpilledInDeferredBlocks()
Dregister-allocator.h619 TopLevelLiveRange* splinter() const { return splinter_; } in splinter() function
620 void SetSplinter(TopLevelLiveRange* splinter) { in SetSplinter() argument
622 DCHECK_NOT_NULL(splinter); in SetSplinter()
624 splinter_ = splinter; in SetSplinter()
625 splinter->relative_id_ = GetNextChildId(); in SetSplinter()
626 splinter->set_spill_type(spill_type()); in SetSplinter()
627 splinter->SetSplinteredFrom(this); in SetSplinter()
Dregister-allocator.cc967 if (splinter()->IsEmpty()) { in Splinter()
968 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter()
969 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
971 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()
972 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
974 if (splinter()->first_pos() == nullptr) { in Splinter()
975 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
977 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
980 splinter()->last_pos_ = last_in_splinter; in Splinter()
982 if (splinter()->first_pos() != nullptr && in Splinter()
[all …]
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt68 is that it would tend to splinter that 'standard' LLVM definition.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt68 is that it would tend to splinter that 'standard' LLVM definition.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz