Home
last modified time | relevance | path

Searched refs:NO_STACK_SLOT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h36 NO_STACK_SLOT = (1L << 30)-1, enumerator
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { } in VirtRegMap()
159 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp104 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
112 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT && in assignVirt2StackSlot()
133 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
DLiveDebugVariables.cpp923 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()
DInlineSpiller.cpp1327 if (StackSlot == VirtRegMap::NO_STACK_SLOT) { in spillAll()