Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp69 Virt2StackSlotMap.clear(); in runOnMachineFunction()
80 Virt2StackSlotMap.resize(NumRegs); in grow()
122 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()
125 return Virt2StackSlotMap[virtReg.id()] = createSpillSlot(RC); in assignVirt2StackSlot()
130 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()
135 Virt2StackSlotMap[virtReg.id()] = SS; in assignVirt2StackSlot()
151 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
152 OS << '[' << printReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h58 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable
77 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()
190 return Virt2StackSlotMap[virtReg.id()]; in getStackSlot()