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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 102 // MayNeedSP - If true the stack object triggered the creation of the stack
105 bool MayNeedSP;
118 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {}
383 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP;
498 bool MayNeedSP = false, const Value *Alloca = 0) {
500 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 94 bool MayNeedSP =
100 MayNeedSP, AI);

Completed in 380 milliseconds