Home
last modified time | relevance | path

Searched refs:createSpillSlot (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.cpp103 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { in createSpillSlot() function in VirtRegMap
134 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()
167 return EmergencySpillSlots[RC] = createSpillSlot(RC); in getEmergencySpillSlot()
DVirtRegMap.h139 unsigned createSpillSlot(const TargetRegisterClass *RC);
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h64 unsigned createSpillSlot(const TargetRegisterClass *RC);
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp75 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { in createSpillSlot() function in VirtRegMap
105 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()