Home
last modified time | relevance | path

Searched refs:isStatepointSpillSlot (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h109 bool isStatepointSpillSlot; member
134 isSpillSlot(isSS), isStatepointSpillSlot(false), Alloca(Val), in StackObject()
583 return Objects[ObjectIdx+NumFixedObjects].isStatepointSpillSlot; in isStatepointSpillSlotObjectIndex()
604 Objects[ObjectIdx+NumFixedObjects].isStatepointSpillSlot = true; in markAsStatepointSpillSlotObjectIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h132 bool isStatepointSpillSlot = false; member
658 return Objects[ObjectIdx+NumFixedObjects].isStatepointSpillSlot; in isStatepointSpillSlotObjectIndex()
691 Objects[ObjectIdx+NumFixedObjects].isStatepointSpillSlot = true; in markAsStatepointSpillSlotObjectIndex()