Searched refs:SwitchFieldIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 88 struct SwitchFieldIndex { struct 184 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume)); in getSwitchResumePointerType()
|
| H A D | CoroEarly.cpp | 90 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0, in lowerCoroDone()
|
| H A D | CoroSplit.cpp | 331 Shape.FrameTy, FramePtr, coro::Shape::SwitchFieldIndex::Resume, in markCoroutineAsDone() 334 Shape.FrameTy->getTypeAtIndex(coro::Shape::SwitchFieldIndex::Resume))); in markCoroutineAsDone() 539 Shape.FrameTy, NewFramePtr, coro::Shape::SwitchFieldIndex::Resume, in handleFinalSuspend() 1257 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Resume, in updateCoroFrame() 1271 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Destroy, in updateCoroFrame()
|
| H A D | CoroFrame.cpp | 1158 unsigned ResumeIndex = coro::Shape::SwitchFieldIndex::Resume; in buildFrameDebugInfo() 1159 unsigned DestroyIndex = coro::Shape::SwitchFieldIndex::Destroy; in buildFrameDebugInfo()
|