Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h64 unsigned createSpillSlot(const TargetRegisterClass *RC);
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp77 unsigned VirtRegMap::createSpillSlot(const TargetRegisterClass *RC) { in createSpillSlot() function in VirtRegMap
107 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()