Home
last modified time | relevance | path

Searched refs:getStackSlot (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h159 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()
168 int getStackSlot(unsigned virtReg) const { in getStackSlot() function
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp923 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()
925 Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg)); in rewriteLocations()
DInlineSpiller.cpp1378 StackSlot = VRM.getStackSlot(Original); in spill()