Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h99 bool isSpillSlot; member
113 isSpillSlot(isSS), MayNeedSP(NSP), PreAllocated(false) {} in StackObject()
468 return Objects[ObjectIdx+NumFixedObjects].isSpillSlot;; in isSpillSlotObjectIndex()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h102 bool isSpillSlot; member
134 isSpillSlot(isSS), isStatepointSpillSlot(false), Alloca(Val), in StackObject()
577 return Objects[ObjectIdx+NumFixedObjects].isSpillSlot; in isSpillSlotObjectIndex()