Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h216 unsigned NumFixedObjects = 0; variable
472 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
479 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
505 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
523 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
529 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
535 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
541 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
724 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
731 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/llvm-project-15.0.7/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()