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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 120 /// NumFixedObjects - This contains the number of fixed objects contained on
124 unsigned NumFixedObjects;
220 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
271 int getObjectIndexBegin() const { return -NumFixedObjects; }
275 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; }
278 unsigned getNumFixedObjects() const { return NumFixedObjects; }
287 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true;
330 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
332 return Objects[ObjectIdx+NumFixedObjects].PreAllocated;
338 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 449 return -++NumFixedObjects;
494 OS << " fi#" << (int)(i-NumFixedObjects) << ": ";
505 if (i < NumFixedObjects)
507 if (i < NumFixedObjects || SO.SPOffset != -1) {

Completed in 129 milliseconds