Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h106 struct SwitchFieldIndex { struct
202 return cast<PointerType>(FrameTy->getElementType(SwitchFieldIndex::Resume)); in getSwitchResumePointerType()
H A DCoroEarly.cpp89 static_assert(coro::Shape::SwitchFieldIndex::Resume == 0, in lowerCoroDone()
H A DCoroSplit.cpp369 coro::Shape::SwitchFieldIndex::Resume, in createResumeEntryBlock()
372 FrameTy->getTypeAtIndex(coro::Shape::SwitchFieldIndex::Resume))); in createResumeEntryBlock()
449 coro::Shape::SwitchFieldIndex::Resume, in handleFinalSuspend()
1125 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Resume, in updateCoroFrame()
1139 Shape.FrameTy, Shape.FramePtr, coro::Shape::SwitchFieldIndex::Destroy, in updateCoroFrame()
H A DCoroFrame.cpp962 unsigned ResumeIndex = coro::Shape::SwitchFieldIndex::Resume; in buildFrameDebugInfo()
963 unsigned DestroyIndex = coro::Shape::SwitchFieldIndex::Destroy; in buildFrameDebugInfo()