Searched refs:assignVirt2StackSlot (Results 1 – 4 of 4) sorted by relevance
175 int assignVirt2StackSlot(unsigned virtReg);178 void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
102 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap110 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
1328 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()1335 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1331 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack1334 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point