Searched refs:FrameAlign (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 45 void elideHeapAllocations(Function *F, uint64_t FrameSize, Align FrameAlign, 140 Align FrameAlign, AAResults &AA) { in elideHeapAllocations() argument 164 Frame->setAlignment(FrameAlign); in elideHeapAllocations()
|
| H A D | CoroInternal.h | 99 Align FrameAlign; member
|
| H A D | CoroFrame.cpp | 1006 Shape.FrameAlign.value() * 8, llvm::DINode::FlagArtificial, nullptr, in buildFrameDebugInfo() 1219 Shape.FrameAlign = B.getStructAlign(); in buildFrameType() 1232 Shape.FrameSize = alignTo(Shape.FrameSize, Shape.FrameAlign); in buildFrameType() 1247 alignTo(Shape.AsyncLowering.ContextHeaderSize, Shape.FrameAlign); in buildFrameType() 1253 if (Shape.AsyncLowering.getContextAlignment() < Shape.FrameAlign) { in buildFrameType()
|
| H A D | CoroSplit.cpp | 960 Shape.FrameAlign, /*NoAlias=*/false); in create() 1120 ConstantInt::get(CA->getType(), Shape.FrameAlign.value())); in replaceFrameSizeAndAlignment() 1415 Frame->setAlignment(Shape.FrameAlign); in handleNoSuspendCoroutine()
|