HomeSort by relevance Sort by last modified time
    Searched refs:NO_STACK_SLOT (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 103 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
111 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
132 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) {
LiveDebugVariables.cpp 889 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
    [all...]
InlineSpiller.cpp     [all...]

Completed in 418 milliseconds