HomeSort by relevance Sort by last modified time
    Searched refs:MayNeedSP (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 103 // MayNeedSP - If true the stack object triggered the creation of the stack
106 bool MayNeedSP;
119 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {}
387 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP;
503 bool MayNeedSP = false, const AllocaInst *Alloca = 0);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 93 bool MayNeedSP =
99 MayNeedSP, AI);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 483 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) {
487 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP,
    [all...]

Completed in 86 milliseconds