Searched defs:isSS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h113 bool isSS, const AllocaInst *Val)
115 isSpillSlot(isSS), Alloca(Val), PreAllocated(false) {}
524 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
112 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, bool isSS, const AllocaInst *Val) argument
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp514 bool isSS, const AllocaInst *Alloca) {
520 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, Alloca));
576 /*isSS*/ false,
592 /*isSS*/ true,
513 CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS, const AllocaInst *Alloca) argument

Completed in 108 milliseconds