Searched refs:isSpillSlot (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 125 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/ |
D | MachineFrameInfo.h | 99 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/ |
D | MachineFrameInfo.h | 102 bool isSpillSlot; member 134 isSpillSlot(isSS), isStatepointSpillSlot(false), Alloca(Val), in StackObject() 577 return Objects[ObjectIdx+NumFixedObjects].isSpillSlot; in isSpillSlotObjectIndex()
|