Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h130 RetconLoweringStorage RetconLowering; member
167 return RetconLowering.ResumePrototype->getFunctionType(); in getResumeFunctionType()
190 auto FTy = RetconLowering.ResumePrototype->getFunctionType(); in getRetconResumeTypes()
201 return RetconLowering.ResumePrototype->getCallingConv(); in getResumeFunctionCC()
DCoroutines.cpp384 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
385 this->RetconLowering.Alloc = ContinuationId->getAllocFunction(); in buildFrom()
386 this->RetconLowering.Dealloc = ContinuationId->getDeallocFunction(); in buildFrom()
387 this->RetconLowering.ReturnBlock = nullptr; in buildFrom()
388 this->RetconLowering.IsFrameInlineInStorage = false; in buildFrom()
507 auto Alloc = RetconLowering.Alloc; in emitAlloc()
528 auto Dealloc = RetconLowering.Dealloc; in emitDealloc()
DCoroSplit.cpp166 if (Shape.RetconLowering.IsFrameInlineInStorage) in maybeFreeRetconStorage()
627 if (Shape.RetconLowering.IsFrameInlineInStorage) in deriveNewFramePointer()
693 NewAttrs = Shape.RetconLowering.ResumePrototype->getAttributes(); in create()
1217 if (Shape.RetconLowering.IsFrameInlineInStorage) { in splitRetconCoroutine()
1274 Shape.RetconLowering.ReturnBlock = ReturnBB; in splitRetconCoroutine()
DCoroFrame.cpp478 Shape.RetconLowering.IsFrameInlineInStorage in buildFrameType()