Lines Matching full:processor
95 // with each processor will be derived later. Populate ProcModelMap with the
114 // Find instruction itineraries for each processor. Sort and populate
119 // Find ItinRW records for each processor and itinerary class.
131 /// Gather all processor models.
133 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor");
145 // For each processor, find a unique machine model.
150 /// Get a unique processor model based on the defined MachineModel and
413 // the given processor model.
430 "defined for processor " + ProcModel.ModelName +
574 << " on processor " << PI->ModelName << '\n';
769 // Gather the processor itineraries.
782 // the processor model's ItinDefList.
851 /// Infer classes from per-processor itinerary resources.
876 /// Infer classes from per-processor InstReadWrite definitions.
904 unsigned ProcIdx; // Processor model index or zero for any.
1039 // given SchedRW whose processor indices and predicates are not mutually
1064 // to is defined within a processor model, constrain all variants to
1065 // that processor.
1088 // Don't expand variants if the processor models don't intersect.
1089 // A zero processor index means any processor.
1100 "Multiple variants defined for processor " +
1124 "a matching predicate on any processor");
1135 // If this operand transition is reached through a processor-specific alias,
1136 // then the whole transition is specific to this processor.
1377 // Check if any processor resource group contains all resource records in
1430 // with processor resources. Refer to the parent SchedClass's ProcIndices to
1476 // Add ProcResGroups that are defined within this processor model, which may
1525 // Collect itinerary class resources for each processor.
1583 // Collect resources for a set of read/write types and processor indices.
1596 // Find the processor's resource units for this kind of resource.
1647 // See if this ProcResource is already associated with this processor.
1664 // Add resources for a SchedWrite to this processor if they don't exist.
1666 assert(PIdx && "don't add resources to an invalid Processor model");
1682 // Add resources for a ReadAdvance to this processor if they don't exist.