Home
last modified time | relevance | path

Searched refs:RetconLowering (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h141 RetconLoweringStorage RetconLowering; member
188 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
215 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
226 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp332 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()
H A DCoroSplit.cpp174 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()
H A DCoroFrame.cpp1218 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()