Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h59 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; variable
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()
166 return Virt2StackSlotMap[virtReg]; in getStackSlot()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp70 Virt2StackSlotMap.clear(); in runOnMachineFunction()
80 Virt2StackSlotMap.resize(NumRegs); in grow()
123 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
126 return Virt2StackSlotMap[virtReg] = createSpillSlot(RC); in assignVirt2StackSlot()
131 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
136 Virt2StackSlotMap[virtReg] = SS; in assignVirt2StackSlot()
152 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
153 OS << '[' << printReg(Reg, TRI) << " -> fi#" << Virt2StackSlotMap[Reg] in print()