Home
last modified time | relevance | path

Searched refs:getVGPRSetID (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp253 TryCand.VGPRUsage = pressure[DAG->getVGPRSetID()]; in pickNode()
566 << LiveInPressure[DAG->getVGPRSetID()] << '\n'; in printDebug()
568 << LiveOutPressure[DAG->getVGPRSetID()] << "\n\n"; in printDebug()
1490 TryCand.Block->getOutRegs())[DAG->getVGPRSetID()]; in pickBlock()
DSIMachineScheduler.h470 unsigned getVGPRSetID() const { return VGPRSetID; } in getVGPRSetID() function