Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h217 unsigned NumFixedObjects = 0; variable
473 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
480 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
513 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
531 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
537 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
543 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
549 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
739 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
746 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp59 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateStackObject()
69 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateSpillStackObject()
80 return (int)Objects.size()-NumFixedObjects-1; in CreateVariableSizedObject()
99 return -++NumFixedObjects; in CreateFixedObject()
112 return -++NumFixedObjects; in CreateFixedSpillStackObject()
222 OS << " fi#" << (int)(i-NumFixedObjects) << ": "; in print()
237 if (i < NumFixedObjects) in print()
239 if (i < NumFixedObjects || SO.SPOffset != -1) { in print()