Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp46 void elideHeapAllocations(Function *F, uint64_t FrameSize, Align FrameAlign,
142 Align FrameAlign, AAResults &AA) { in elideHeapAllocations() argument
166 Frame->setAlignment(FrameAlign); in elideHeapAllocations()
H A DCoroInternal.h105 Align FrameAlign; member
H A DCoroSplit.cpp1035 Shape.FrameAlign, /*NoAlias=*/false); in create()
1195 ConstantInt::get(CA->getType(), Shape.FrameAlign.value())); in replaceFrameSizeAndAlignment()
1491 Frame->setAlignment(Shape.FrameAlign); in handleNoSuspendCoroutine()
2223 << ", align=" << ore::NV("align", Shape.FrameAlign.value()) << ")"; in run()
H A DCoroFrame.cpp1149 Shape.FrameAlign.value() * 8, llvm::DINode::FlagArtificial, nullptr, in buildFrameDebugInfo()
1367 Shape.FrameAlign = B.getStructAlign(); in buildFrameType()
1380 Shape.FrameSize = alignTo(Shape.FrameSize, Shape.FrameAlign); in buildFrameType()
1395 alignTo(Shape.AsyncLowering.ContextHeaderSize, Shape.FrameAlign); in buildFrameType()
1401 if (Shape.AsyncLowering.getContextAlignment() < Shape.FrameAlign) { in buildFrameType()