Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h69 unsigned createSpillSlot(const TargetRegisterClass *RC);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp94 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { in createSpillSlot() function in VirtRegMap
125 return Virt2StackSlotMap[virtReg.id()] = createSpillSlot(RC); in assignVirt2StackSlot()