Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h183 typedef std::map<const TargetRegisterClass*, unsigned> PressureMapLine; typedef
184 typedef std::map<SlotIndex, PressureMapLine> PressureMap;
DRenderMachineFunction.cpp504 const PressureMapLine &pmLine = pmItr->second; in getPressureAtSlot()
505 PressureMapLine::const_iterator pmlItr = pmLine.find(trc); in getPressureAtSlot()