Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h218 unsigned NumFixedObjects = 0; variable
454 return Objects[ObjectIdx+NumFixedObjects].Size; in getObjectSize()
461 Objects[ObjectIdx+NumFixedObjects].Size = Size; in setObjectSize()
487 return Objects[ObjectIdx+NumFixedObjects].Alloca; in getObjectAllocation()
497 return Objects[ObjectIdx+NumFixedObjects].SPOffset; in getObjectOffset()
503 return Objects[ObjectIdx+NumFixedObjects].isZExt; in isObjectZExt()
509 Objects[ObjectIdx+NumFixedObjects].isZExt = IsZExt; in setObjectZExt()
515 return Objects[ObjectIdx+NumFixedObjects].isSExt; in isObjectSExt()
698 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID()
705 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
[all …]
/freebsd-13.1/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()