Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h118 const MCProcResourceDesc *getProcResource(unsigned PIdx) const { in getProcResource() function
119 return SchedModel.getProcResource(PIdx); in getProcResource()
126 return SchedModel.getProcResource(PIdx)->Name; in getResourceName()
166 return SchedModel.getProcResource(PIdx)->BufferSize; in getResourceBufferSize()
H A DMachineScheduler.h763 return SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin && in isUnbufferedGroup()
764 !SchedModel->getProcResource(PIdx)->BufferSize; in isUnbufferedGroup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp50 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks()
59 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks()
74 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks()
98 const MCProcResourceDesc &MCDesc = *SM.getProcResource(I); in computeBlockRThroughput()
H A DInstrBuilder.cpp67 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources()
174 const MCProcResourceDesc &PR = *SM.getProcResource(I); in initializeUsedResources()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp179 *SchedModel->getProcResource(PI->ProcResourceIdx); in dumpSU()
238 dbgs() << SchedModel->getProcResource(i)->Name in dumpProcResourceCounters()
244 << SchedModel->getProcResource(CriticalResourceIdx)->Name in dumpProcResourceCounters()
300 if (SchedModel->getProcResource(PI->ProcResourceIdx)->BufferSize == 1) in EmitInstruction()
313 << SchedModel->getProcResource(PI->ProcResourceIdx)->Name in EmitInstruction()
422 switch (SchedModel->getProcResource(PRE.ProcResourceIdx)->BufferSize) { in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp34 const MCProcResourceDesc &ProcResource = *SM.getProcResource(Index); in execute()
51 const MCProcResourceDesc &SubUnit = *SM.getProcResource(SubUnitIdx); in execute()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp29 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in ResourcePressureView()
73 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in printColumnNames()
112 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in printResourcePressurePerIter()
H A DInstructionView.cpp42 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in toJSON()
H A DBottleneckAnalysis.cpp36 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in PressureTracker()
52 const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID); in getResourceUsers()
618 const MCProcResourceDesc &PRDesc = *SM.getProcResource(I); in printBottleneckHints()
H A DSchedulerStatistics.cpp141 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in printSchedulerUsage()
H A DBottleneckAnalysis.h168 const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID); in resolveResourceName()
H A DTimelineView.cpp49 const MCProcResourceDesc &MCDesc = *SM.getProcResource(Buffer); in onReservedBuffers()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp63 SM.getProcResource(WPR->ProcResourceIdx); in getNonRedundantWriteProcRes()
185 SM.getProcResource(WPR.ProcResourceIdx); in computeIdealizedProcResPressure()
254 if (NameOrId == SchedModel.getProcResource(I)->Name) in findProcResIdx()
H A DAnalysis.cpp411 SM.getProcResource(WPR.ProcResourceIdx)->Name); in printSchedClassDescHtml()
420 .getProcResource(Pressure.first) in printSchedClassDescHtml()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp73 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits; in init()
79 unsigned NumUnits = SchedModel.getProcResource(Idx)->NumUnits; in init()
316 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize) in computeOutputLatency()
H A DMachineScheduler.cpp2054 NumUnits += SchedModel->getProcResource(i)->NumUnits; in init()
2056 auto SubUnits = SchedModel->getProcResource(i)->SubUnitsIdxBegin; in init()
2057 for (unsigned U = 0, UE = SchedModel->getProcResource(i)->NumUnits; in init()
2108 unsigned NumberOfInstances = SchedModel->getProcResource(PIdx)->NumUnits; in getNextResourceCycle()
2128 auto SubUnits = SchedModel->getProcResource(PIdx)->SubUnitsIdxBegin; in getNextResourceCycle()
2460 if (SchedModel->getProcResource(PIdx)->BufferSize == 0) { in bumpNode()
2808 dbgs() << " " << SchedModel->getProcResource(ResIdx)->Name << " "; in traceCandidate()
H A DMachinePipeliner.cpp1027 STI->getSchedModel().getProcResource(PRE.ProcResourceIdx); in minFuncUnits()
2977 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in initProcResourceVectors()
2985 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in initProcResourceVectors()
2997 const MCProcResourceDesc *ProcResource = SM.getProcResource(I); in initProcResourceVectors()
3032 SM.getProcResource(I->ProcResourceIdx); in canReserveResources()
3074 SM.getProcResource(PRE.ProcResourceIdx); in reserveResources()
H A DMachineTraceMetrics.cpp874 << MTM.SchedModel.getProcResource(K)->Name << " (" in computeInstrDepths()
1059 << MTM.SchedModel.getProcResource(K)->Name << " (" in computeInstrHeights()
H A DScheduleDAGInstrs.cpp600 switch (SchedModel.getProcResource(PRE.ProcResourceIdx)->BufferSize) { in initSUnits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp31 const MCProcResourceDesc &LdQDesc = *SM.getProcResource(EPI.LoadQueueID); in LSUnitBase()
36 const MCProcResourceDesc &StQDesc = *SM.getProcResource(EPI.StoreQueueID); in LSUnitBase()
H A DResourceManager.cpp131 std::make_unique<ResourceState>(*SM.getProcResource(I), I, Mask); in ResourceManager()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h340 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSchedule.cpp97 unsigned NumUnits = SM.getProcResource(I->ProcResourceIdx)->NumUnits; in getReciprocalThroughput()