• Home
  • Raw
  • Download

Lines Matching refs:RegisterAllocationData

213   explicit LiveRangeFinder(const RegisterAllocationData* data, Zone* zone)  in LiveRangeFinder()
235 const RegisterAllocationData* const data_;
312 RegisterAllocationData::PhiMapValue* phi = in HintRegister()
313 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_); in HintRegister()
1333 RegisterAllocationData::PhiMapValue::PhiMapValue(PhiInstruction* phi, in PhiMapValue()
1344 void RegisterAllocationData::PhiMapValue::AddOperand( in AddOperand()
1350 void RegisterAllocationData::PhiMapValue::CommitAssignment( in CommitAssignment()
1357 RegisterAllocationData::RegisterAllocationData( in RegisterAllocationData() function in v8::internal::compiler::RegisterAllocationData
1398 MoveOperands* RegisterAllocationData::AddGapMove( in AddGapMove()
1407 MachineRepresentation RegisterAllocationData::RepresentationFor( in RepresentationFor()
1414 TopLevelLiveRange* RegisterAllocationData::GetOrCreateLiveRangeFor(int index) { in GetOrCreateLiveRangeFor()
1427 TopLevelLiveRange* RegisterAllocationData::NewLiveRange( in NewLiveRange()
1433 int RegisterAllocationData::GetNextLiveRangeId() { in GetNextLiveRangeId()
1442 TopLevelLiveRange* RegisterAllocationData::NextLiveRange( in NextLiveRange()
1450 RegisterAllocationData::PhiMapValue* RegisterAllocationData::InitializePhiMap( in InitializePhiMap()
1452 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone()) in InitializePhiMap()
1453 RegisterAllocationData::PhiMapValue(phi, block, allocation_zone()); in InitializePhiMap()
1462 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor()
1470 RegisterAllocationData::PhiMapValue* RegisterAllocationData::GetPhiMapValueFor( in GetPhiMapValueFor()
1476 bool RegisterAllocationData::ExistsUseWithoutDefinition() { in ExistsUseWithoutDefinition()
1505 bool RegisterAllocationData::RangesDefinedInDeferredStayInDeferred() { in RangesDefinedInDeferredStayInDeferred()
1527 SpillRange* RegisterAllocationData::AssignSpillRangeToLiveRange( in AssignSpillRangeToLiveRange()
1547 SpillRange* RegisterAllocationData::CreateSpillRangeForLiveRange( in CreateSpillRangeForLiveRange()
1556 void RegisterAllocationData::MarkAllocated(MachineRepresentation rep, in MarkAllocated()
1584 bool RegisterAllocationData::IsBlockBoundary(LifetimePosition pos) const { in IsBlockBoundary()
1591 ConstraintBuilder::ConstraintBuilder(RegisterAllocationData* data) in ConstraintBuilder()
1786 RegisterAllocationData::DelayedReference delayed_reference = { in MeetConstraintsBefore()
1814 RegisterAllocationData::PhiMapValue* map_value = in ResolvePhis()
1840 LiveRangeBuilder::LiveRangeBuilder(RegisterAllocationData* data, in LiveRangeBuilder()
1846 RegisterAllocationData* data) { in ComputeLiveOut()
2535 RegisterAllocator::RegisterAllocator(RegisterAllocationData* data, in RegisterAllocator()
2732 LinearScanAllocator::LinearScanAllocator(RegisterAllocationData* data, in LinearScanAllocator()
3381 RegisterAllocationData::PhiMapValue* phi_map_value = in TryReuseSpillForPhi()
3507 SpillSlotLocator::SpillSlotLocator(RegisterAllocationData* data) in SpillSlotLocator()
3529 OperandAssigner::OperandAssigner(RegisterAllocationData* data) : data_(data) {} in OperandAssigner()
3600 ReferenceMapPopulator::ReferenceMapPopulator(RegisterAllocationData* data) in ReferenceMapPopulator()
3617 for (RegisterAllocationData::DelayedReference& delayed_reference : in PopulateReferenceMaps()
3739 LiveRangeConnector::LiveRangeConnector(RegisterAllocationData* data) in LiveRangeConnector()