Searched refs:MayNeedSP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h103 // MayNeedSP - If true the stack object triggered the creation of the stack
106 bool MayNeedSP; member in struct:llvm::MachineFrameInfo::StackObject
119 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {}
387 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP;
503 bool MayNeedSP = false, const AllocaInst *Alloca = 0);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp93 bool MayNeedSP = local
99 MayNeedSP, AI);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp483 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) {
487 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP,
482 CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS, bool MayNeedSP, const AllocaInst *Alloca) argument

Completed in 181 milliseconds