Home
last modified time | relevance | path

Searched refs:NumFixedObjects (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h218 unsigned NumFixedObjects = 0; variable
452 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
459 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
482 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
492 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
498 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
504 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
510 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
693 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
700 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp58 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateStackObject()
68 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateSpillStackObject()
79 return (int)Objects.size()-NumFixedObjects-1; in CreateVariableSizedObject()
97 return -++NumFixedObjects; in CreateFixedObject()
109 return -++NumFixedObjects; in CreateFixedSpillStackObject()
218 OS << " fi#" << (int)(i-NumFixedObjects) << ": "; in print()
233 if (i < NumFixedObjects) in print()
235 if (i < NumFixedObjects || SO.SPOffset != -1) { in print()