Home
last modified time | relevance | path

Searched defs:FrameTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp92 auto *FrameTy = Int8Ptr; in lowerCoroDone() local
129 StructType *FrameTy = StructType::create(C, "NoopCoro.Frame"); in lowerCoroNoop() local
H A DCoroCleanup.cpp35 auto *FrameTy = StructType::get(SubFn->getContext(), lowerSubFn() local
H A DCoroElide.cpp164 auto FrameTy = ArrayType::get(Type::getInt8Ty(C), FrameSize); elideHeapAllocations() local
H A DCoroInternal.h104 StructType *FrameTy; global() member
H A DCoroFrame.cpp1151 StructType *FrameTy = Shape.FrameTy; buildFrameDebugInfo() local
1300 StructType *FrameTy = [&] { buildFrameType() local
1729 StructType *FrameTy = Shape.FrameTy; insertSpills() local
[all...]
H A DCoroSplit.cpp431 Shape.FrameTy, FramePtr, Shape.getSwitchIndexField(), "index.addr"); in createResumeEntryBlock() local
[all...]