Searched refs:isSS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 117 bool isSS, bool NSP, const AllocaInst *Val) in StackObject() 119 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {} in StackObject() 502 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 483 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) { in CreateStackObject() argument 487 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP, in CreateStackObject()
|