Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/
H A DSupport.cpp35 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks()
44 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks()
59 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks()
82 const MCProcResourceDesc &MCDesc = *SM.getProcResource(I); in computeBlockRThroughput()
H A DInstrBuilder.cpp68 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources()
160 const MCProcResourceDesc &PR = *SM.getProcResource(I); in initializeUsedResources()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSchedule.h32 struct MCProcResourceDesc { struct
56 bool operator==(const MCProcResourceDesc &Other) const { argument
305 const MCProcResourceDesc *ProcResourceTable;
339 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource()
/freebsd-12.1/contrib/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp35 const MCProcResourceDesc &ProcResource = *SM.getProcResource(Index); in execute()
52 const MCProcResourceDesc &SubUnit = *SM.getProcResource(SubUnitIdx); in execute()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp30 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 DSchedulerStatistics.cpp146 const MCProcResourceDesc &ProcResource = *SM.getProcResource(I); in printSchedulerUsage()
H A DTimelineView.cpp49 const MCProcResourceDesc &MCDesc = *SM.getProcResource(Buffer); in onReservedBuffers()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp31 const MCProcResourceDesc &LdQDesc = *SM.getProcResource(EPI.LoadQueueID); in LSUnit()
36 const MCProcResourceDesc &StQDesc = *SM.getProcResource(EPI.StoreQueueID); in LSUnit()
H A DResourceManager.cpp72 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index, in ResourceState()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h115 const MCProcResourceDesc *getProcResource(unsigned PIdx) const { in getProcResource()
/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h217 ResourceState(const MCProcResourceDesc &Desc, unsigned Index, uint64_t Mask);
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp179 const MCProcResourceDesc &PRD = in dumpSU()