Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h180 typedef std::map<const TargetRegisterClass*, unsigned> CapacityMap; typedef
181 CapacityMap capacityMap;
DRenderMachineFunction.cpp446 CapacityMap::const_iterator cmItr = capacityMap.find(trc); in getCapacity()