Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h173 typedef std::map<const TargetRegisterClass*, unsigned> WorstMapLine; typedef
174 typedef std::map<const TargetRegisterClass*, WorstMapLine> VRWorstMap;
177 typedef std::map<unsigned, WorstMapLine> PRWorstMap;
DRenderMachineFunction.cpp349 WorstMapLine &pregLine = prWorst[preg]; in initWorst()
374 WorstMapLine &classLine = vrWorst[trc1]; in initWorst()
410 const WorstMapLine *wml = 0; in getWorst()
422 WorstMapLine::const_iterator wmlItr = wml->find(trc); in getWorst()