Lines Matching refs:StackObject
408 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
409 if (StackObject.IsFixed) { in convertStackObjects()
410 YMF.FixedStackObjects[StackObject.ID].CalleeSavedRegister = Reg; in convertStackObjects()
411 YMF.FixedStackObjects[StackObject.ID].CalleeSavedRestored = in convertStackObjects()
414 YMF.StackObjects[StackObject.ID].CalleeSavedRegister = Reg; in convertStackObjects()
415 YMF.StackObjects[StackObject.ID].CalleeSavedRestored = in convertStackObjects()
425 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
426 assert(!StackObject.IsFixed && "Expected a locally mapped stack object"); in convertStackObjects()
427 YMF.StackObjects[StackObject.ID].LocalOffset = LocalObject.second; in convertStackObjects()
444 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
445 if (StackObject.IsFixed) { in convertStackObjects()
446 auto &Object = YMF.FixedStackObjects[StackObject.ID]; in convertStackObjects()
449 auto &Object = YMF.StackObjects[StackObject.ID]; in convertStackObjects()