Searched refs:RetconLowering (Results 1 – 4 of 4) sorted by relevance
142 RetconLoweringStorage RetconLowering; member189 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()216 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()227 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
338 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()339 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()340 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()341 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()342 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()461 auto Alloc = RetconLowering.Alloc; in emitAlloc()484 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
174 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()832 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()987 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()1803 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()1861 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
1240 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()