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

  /external/llvm/lib/CodeGen/
VirtRegMap.h 36 NO_STACK_SLOT = (1L << 30)-1,
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)
VirtRegMap.cpp 91 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
99 assert(Virt2StackSlotMap[virtReg] == NO_STACK_SLOT &&
227 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) {
RenderMachineFunction.cpp 584 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
596 (vrm->getStackSlot(li->reg) == VirtRegMap::NO_STACK_SLOT)) {
    [all...]
LiveDebugVariables.cpp 892 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
    [all...]
InlineSpiller.cpp     [all...]

Completed in 187 milliseconds