Searched refs:IsSpillSlot (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineFrameInfo.cpp | 52 bool IsSpillSlot, in CreateStackObject() argument 57 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca, in CreateStackObject() 58 !IsSpillSlot, StackID)); in CreateStackObject()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineFrameInfo.h | 186 bool IsImmutable, bool IsSpillSlot, const AllocaInst *Alloca, 189 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset()
|