Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h37 NO_STACK_SLOT = (1L << 30)-1, enumerator
73 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {} in VirtRegMap()
156 if (getStackSlot(virtReg) == NO_STACK_SLOT) in isAssignedReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp121 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()
129 assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT && in assignVirt2StackSlot()
150 if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) { in print()
DInlineSpiller.cpp1062 if (StackSlot == VirtRegMap::NO_STACK_SLOT) { in spillAll()
1533 else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT) in LRE_DidCloneVirtReg()
DLiveDebugVariables.cpp1200 } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) { in rewriteLocations()