Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.cpp76 EmergencySpillSlots.clear(); in runOnMachineFunction()
164 EmergencySpillSlots.find(RC); in getEmergencySpillSlot()
165 if (I != EmergencySpillSlots.end()) in getEmergencySpillSlot()
167 return EmergencySpillSlots[RC] = createSpillSlot(RC); in getEmergencySpillSlot()
DVirtRegMap.h117 std::map<const TargetRegisterClass*, int> EmergencySpillSlots; variable