Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h125 bool isSpillSlot; member
171 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), in SPOffset()
652 return Objects[ObjectIdx+NumFixedObjects].isSpillSlot; in isSpillSlotObjectIndex()
697 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSpillSlot,
/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()