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 125 /// NumFixedObjects - This contains the number of fixed objects contained on
129 unsigned NumFixedObjects;
225 StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
276 int getObjectIndexBegin() const { return -NumFixedObjects; }
280 int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; }
283 unsigned getNumFixedObjects() const { return NumFixedObjects; }
292 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true;
335 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
337 return Objects[ObjectIdx+NumFixedObjects].PreAllocated;
343 assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 466 return -++NumFixedObjects;
511 OS << " fi#" << (int)(i-NumFixedObjects) << ": ";
522 if (i < NumFixedObjects)
524 if (i < NumFixedObjects || SO.SPOffset != -1) {

Completed in 579 milliseconds