Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp46 void elideHeapAllocations(Function *F, uint64_t FrameSize, Align FrameAlign,
149 Align FrameAlign, AAResults &AA) { in elideHeapAllocations() argument
173 Frame->setAlignment(FrameAlign); in elideHeapAllocations()
H A DCoroInternal.h123 Align FrameAlign; member
H A DCoroFrame.cpp953 Shape.FrameAlign.value() * 8, llvm::DINode::FlagArtificial, nullptr, in buildFrameDebugInfo()
1168 Shape.FrameAlign = B.getStructAlign(); in buildFrameType()
1181 Shape.FrameSize = alignTo(Shape.FrameSize, Shape.FrameAlign); in buildFrameType()
1196 alignTo(Shape.AsyncLowering.ContextHeaderSize, Shape.FrameAlign); in buildFrameType()
1202 if (Shape.AsyncLowering.getContextAlignment() < Shape.FrameAlign) { in buildFrameType()
H A DCoroSplit.cpp913 Shape.FrameSize, Shape.FrameAlign); in create()
1310 Frame->setAlignment(Shape.FrameAlign); in handleNoSuspendCoroutine()