Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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( in lowerSubFn() local
H A DCoroFrame.cpp1008 StructType *FrameTy = Shape.FrameTy; in buildFrameDebugInfo() local
1149 StructType *FrameTy = [&] { in buildFrameType() local
1558 StructType *FrameTy = Shape.FrameTy; in createFramePtr() local
1590 StructType *FrameTy = Shape.FrameTy; in insertSpills() local
H A DCoroElide.cpp162 auto FrameTy = ArrayType::get(Type::getInt8Ty(C), FrameSize); in elideHeapAllocations() local
H A DCoroInternal.h98 StructType *FrameTy; member
H A DCoroSplit.cpp377 auto *FrameTy = Shape.FrameTy; in createResumeEntryBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp96 auto *FrameTy = Int8Ptr; in lowerCoroDone() local
114 StructType *FrameTy = StructType::create(C, "NoopCoro.Frame"); in lowerCoroNoop() local
H A DCoroElide.cpp109 void Lowerer::elideHeapAllocations(Function *F, Type *FrameTy, AAResults &AA) { in elideHeapAllocations()
247 auto *FrameTy = getFrameType(cast<Function>(ResumeAddrConstant)); in processCoroId() local
H A DCoroCleanup.cpp45 auto *FrameTy = StructType::get( in lowerSubFn() local
H A DCoroFrame.cpp402 StructType *FrameTy = StructType::create(C, Name); in buildFrameType() local
590 StructType *FrameTy = Shape.FrameTy; in insertSpills() local
H A DCoroInternal.h109 StructType *FrameTy; member
H A DCoroSplit.cpp284 auto *FrameTy = Shape.FrameTy; in createResumeEntryBlock() local