Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h150 RetconLoweringStorage RetconLowering; member
198 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
225 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
236 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp341 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
342 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()
343 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()
344 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()
345 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()
464 auto Alloc = RetconLowering.Alloc; in emitAlloc()
487 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
H A DCoroSplit.cpp253 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()
881 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()
1047 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()
1788 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()
1844 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
H A DCoroFrame.cpp1392 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()