Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp336 vrWorst.clear(); in clear()
344 assert(!mapsPopulated && prWorst.empty() && vrWorst.empty() && in initWorst()
374 WorstMapLine &classLine = vrWorst[trc1]; in initWorst()
417 VRWorstMap::const_iterator vrwItr = vrWorst.find(regTRC); in getWorst()
418 assert(vrwItr != vrWorst.end() && "Missing vrWorst entry."); in getWorst()
DRenderMachineFunction.h175 VRWorstMap vrWorst; variable