Home
last modified time | relevance | path

Searched refs:MCProcResourceDesc (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/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.cpp70 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources()
216 const MCProcResourceDesc &PR = *SM.getProcResource(I); in initializeUsedResources()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSchedule.h31 struct MCProcResourceDesc { struct
55 bool operator==(const MCProcResourceDesc &Other) const { argument
305 const MCProcResourceDesc *ProcResourceTable;
339 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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 DBottleneckAnalysis.cpp36 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in PressureTracker()
52 const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID); in getResourceUsers()
617 const MCProcResourceDesc &PRDesc = *SM.getProcResource(I); in printBottleneckHints()
H A DSchedulerStatistics.cpp141 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in printSchedulerUsage()
H A DBottleneckAnalysis.h169 const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID); in resolveResourceName()
H A DTimelineView.cpp49 const MCProcResourceDesc &MCDesc = *SM.getProcResource(Buffer); in onReservedBuffers()
/llvm-project-15.0.7/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.cpp65 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index, in ResourceState()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp62 const MCProcResourceDesc *const ProcResDesc = in getNonRedundantWriteProcRes()
184 const MCProcResourceDesc *const ProcResDesc = in computeIdealizedProcResPressure()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h117 const MCProcResourceDesc *getProcResource(unsigned PIdx) const { in getProcResource()
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp86 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in getJSONTargetInfo()
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h214 ResourceState(const MCProcResourceDesc &Desc, unsigned Index, uint64_t Mask);
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp178 const MCProcResourceDesc &PRD = in dumpSU()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1026 const MCProcResourceDesc *ProcResource = in minFuncUnits()
3036 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in initProcResourceVectors()
3044 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in initProcResourceVectors()
3056 const MCProcResourceDesc *ProcResource = SM.getProcResource(I); in initProcResourceVectors()
3090 const MCProcResourceDesc *ProcResource = in canReserveResources()
3132 const MCProcResourceDesc *ProcResource = in reserveResources()