Searched refs:RetconLowering (Results 1 – 4 of 4) sorted by relevance
141 RetconLoweringStorage RetconLowering; member188 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()215 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()226 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
332 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()333 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()334 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()335 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()336 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()455 auto Alloc = RetconLowering.Alloc; in emitAlloc()478 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
174 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()825 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()976 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()1771 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()1829 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
1218 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()