Searched refs:isSS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 113 bool isSS, const AllocaInst *Val) in StackObject() 115 isSpillSlot(isSS), Alloca(Val), PreAllocated(false) {} in StackObject() 524 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 514 bool isSS, const AllocaInst *Alloca) { in CreateStackObject() argument 520 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, Alloca)); in CreateStackObject()
|