Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h147 RetconLoweringStorage RetconLowering; member
195 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
222 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
233 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
H A DCoroutines.cpp334 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
335 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()
336 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()
337 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()
338 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()
457 auto Alloc = RetconLowering.Alloc; in emitAlloc()
480 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
H A DCoroSplit.cpp175 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()
896 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()
1062 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()
1878 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()
1934 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
H A DCoroFrame.cpp1388 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()