Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
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()
DInstrBuilder.cpp67 const MCProcResourceDesc &PR = *SM.getProcResource(PRE->ProcResourceIdx); in initializeUsedResources()
171 const MCProcResourceDesc &PR = *SM.getProcResource(I); in initializeUsedResources()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DInstructionTables.cpp35 const MCProcResourceDesc &ProcResource = *SM.getProcResource(Index); in execute()
52 const MCProcResourceDesc &SubUnit = *SM.getProcResource(SubUnitIdx); in execute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DMachinePipeliner.cpp946 STI->getSchedModel().getProcResource(PRE.ProcResourceIdx); in minFuncUnits()
2903 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in initProcResourceVectors()
2911 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in initProcResourceVectors()
2923 const MCProcResourceDesc *ProcResource = SM.getProcResource(I); in initProcResourceVectors()
2958 SM.getProcResource(I->ProcResourceIdx); in canReserveResources()
3000 SM.getProcResource(PRE.ProcResourceIdx); in reserveResources()
DMachineTraceMetrics.cpp875 << MTM.SchedModel.getProcResource(K)->Name << " (" in computeInstrDepths()
1059 << MTM.SchedModel.getProcResource(K)->Name << " (" in computeInstrHeights()
DMachineScheduler.cpp1918 NumUnits += SchedModel->getProcResource(i)->NumUnits; in init()
1964 unsigned NumberOfInstances = SchedModel->getProcResource(PIdx)->NumUnits; in getNextResourceCycle()
2287 if (SchedModel->getProcResource(PIdx)->BufferSize == 0) { in bumpNode()
2636 dbgs() << " " << SchedModel->getProcResource(ResIdx)->Name << " "; in traceCandidate()
DScheduleDAGInstrs.cpp596 switch (SchedModel.getProcResource(PRE.ProcResourceIdx)->BufferSize) { in initSUnits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp31 const MCProcResourceDesc &LdQDesc = *SM.getProcResource(EPI.LoadQueueID); in LSUnitBase()
36 const MCProcResourceDesc &StQDesc = *SM.getProcResource(EPI.StoreQueueID); in LSUnitBase()
DResourceManager.cpp131 std::make_unique<ResourceState>(*SM.getProcResource(I), I, Mask); in ResourceManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSchedule.h339 const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const { in getProcResource() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp97 unsigned NumUnits = SM.getProcResource(I->ProcResourceIdx)->NumUnits; in getReciprocalThroughput()