Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h142 RetconLoweringStorage RetconLowering; member
189 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
216 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
227 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp338 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()
H A DCoroSplit.cpp174 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()
H A DCoroFrame.cpp1240 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()