reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AArch64/AArch64GenSubtargetInfo.inc
12459 static const llvm::MCProcResourceDesc CycloneModelProcResources[] = {
12499 static const llvm::MCProcResourceDesc CortexA53ModelProcResources[] = {
12534 static const llvm::MCProcResourceDesc CortexA57ModelProcResources[] = {
12571 static const llvm::MCProcResourceDesc ExynosM1ModelProcResources[] = {
12627 static const llvm::MCProcResourceDesc ExynosM3ModelProcResources[] = {
12720 static const llvm::MCProcResourceDesc ExynosM4ModelProcResources[] = {
12814 static const llvm::MCProcResourceDesc FalkorModelProcResources[] = {
12862 static const llvm::MCProcResourceDesc KryoModelProcResources[] = {
12899 static const llvm::MCProcResourceDesc ThunderXT8XModelProcResources[] = {
12941 static const llvm::MCProcResourceDesc ThunderX2T99ModelProcResources[] = {
gen/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc
  453 static const llvm::MCProcResourceDesc SIQuarterSpeedModelProcResources[] = {
  486 static const llvm::MCProcResourceDesc GFX10SpeedModelProcResources[] = {
  520 static const llvm::MCProcResourceDesc SIFullSpeedModelProcResources[] = {
gen/lib/Target/ARM/ARMGenSubtargetInfo.inc
18040 static const llvm::MCProcResourceDesc CortexA9ModelProcResources[] = {
18089 static const llvm::MCProcResourceDesc CortexA57ModelProcResources[] = {
18124 static const llvm::MCProcResourceDesc CortexM4ModelProcResources[] = {
18152 static const llvm::MCProcResourceDesc CortexR52ModelProcResources[] = {
18186 static const llvm::MCProcResourceDesc SwiftModelProcResources[] = {
gen/lib/Target/Lanai/LanaiGenSubtargetInfo.inc
  124 static const llvm::MCProcResourceDesc LanaiSchedModelProcResources[] = {
gen/lib/Target/Mips/MipsGenSubtargetInfo.inc
 3644 static const llvm::MCProcResourceDesc MipsGenericModelProcResources[] = {
 3691 static const llvm::MCProcResourceDesc MipsP5600ModelProcResources[] = {
gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 7985 static const llvm::MCProcResourceDesc P9ModelProcResources[] = {
gen/lib/Target/SystemZ/SystemZGenSubtargetInfo.inc
 4895 static const llvm::MCProcResourceDesc ZEC12ModelProcResources[] = {
 4928 static const llvm::MCProcResourceDesc Z13ModelProcResources[] = {
 4962 static const llvm::MCProcResourceDesc Z14ModelProcResources[] = {
 4996 static const llvm::MCProcResourceDesc Z15ModelProcResources[] = {
 5030 static const llvm::MCProcResourceDesc Z196ModelProcResources[] = {
gen/lib/Target/X86/X86GenSubtargetInfo.inc
19211 static const llvm::MCProcResourceDesc AtomModelProcResources[] = {
19273 static const llvm::MCProcResourceDesc BdVer2ModelProcResources[] = {
19337 static const llvm::MCProcResourceDesc BroadwellModelProcResources[] = {
19419 static const llvm::MCProcResourceDesc BtVer2ModelProcResources[] = {
19478 static const llvm::MCProcResourceDesc SkylakeServerModelProcResources[] = {
19533 static const llvm::MCProcResourceDesc SandyBridgeModelProcResources[] = {
19585 static const llvm::MCProcResourceDesc HaswellModelProcResources[] = {
19637 static const llvm::MCProcResourceDesc SLMModelProcResources[] = {
19702 static const llvm::MCProcResourceDesc SkylakeClientModelProcResources[] = {
19790 static const llvm::MCProcResourceDesc Znver1ModelProcResources[] = {
include/llvm/CodeGen/TargetSchedule.h
  114   const MCProcResourceDesc *getProcResource(unsigned PIdx) const {
include/llvm/MC/MCSchedule.h
   56   bool operator==(const MCProcResourceDesc &Other) const {
  305   const MCProcResourceDesc *ProcResourceTable;
  339   const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
include/llvm/MCA/HardwareUnits/ResourceManager.h
  215   ResourceState(const MCProcResourceDesc &Desc, unsigned Index, uint64_t Mask);
lib/CodeGen/MachinePipeliner.cpp
  945         const MCProcResourceDesc *ProcResource =
 2902     const MCProcResourceDesc &Desc = *SM.getProcResource(I);
 2910     const MCProcResourceDesc &Desc = *SM.getProcResource(I);
 2956     const MCProcResourceDesc *ProcResource =
lib/MCA/HardwareUnits/LSUnit.cpp
   31       const MCProcResourceDesc &LdQDesc = *SM.getProcResource(EPI.LoadQueueID);
   36       const MCProcResourceDesc &StQDesc = *SM.getProcResource(EPI.StoreQueueID);
lib/MCA/HardwareUnits/ResourceManager.cpp
   65 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index,
lib/MCA/InstrBuilder.cpp
   67     const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx);
  171       const MCProcResourceDesc &PR = *SM.getProcResource(I);
lib/MCA/Stages/InstructionTables.cpp
   34     const MCProcResourceDesc &ProcResource = *SM.getProcResource(Index);
   51       const MCProcResourceDesc &SubUnit = *SM.getProcResource(SubUnitIdx);
lib/MCA/Support.cpp
   50     const MCProcResourceDesc &Desc = *SM.getProcResource(I);
   59     const MCProcResourceDesc &Desc = *SM.getProcResource(I);
   74     const MCProcResourceDesc &Desc = *SM.getProcResource(I);
   98     const MCProcResourceDesc &MCDesc = *SM.getProcResource(I);
lib/Target/SystemZ/SystemZHazardRecognizer.cpp
  178     const MCProcResourceDesc &PRD =
tools/llvm-exegesis/lib/SchedClassResolution.cpp
   62     const MCProcResourceDesc *const ProcResDesc =
  184     const MCProcResourceDesc *const ProcResDesc =
tools/llvm-mca/Views/BottleneckAnalysis.cpp
   37     const MCProcResourceDesc &ProcResource = *SM.getProcResource(I);
   53   const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID);
  625         const MCProcResourceDesc &PRDesc = *SM.getProcResource(I);
tools/llvm-mca/Views/BottleneckAnalysis.h
  167     const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID);
tools/llvm-mca/Views/ResourcePressureView.cpp
   29     const MCProcResourceDesc &ProcResource = *SM.getProcResource(I);
   72     const MCProcResourceDesc &ProcResource = *SM.getProcResource(I);
  111     const MCProcResourceDesc &ProcResource = *SM.getProcResource(I);
tools/llvm-mca/Views/SchedulerStatistics.cpp
  141     const MCProcResourceDesc &ProcResource = *SM.getProcResource(I);
tools/llvm-mca/Views/TimelineView.cpp
   49     const MCProcResourceDesc &MCDesc = *SM.getProcResource(Buffer);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)