Searched refs:FrameAlign (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 46 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 D | CoroInternal.h | 105 Align FrameAlign; member
|
| H A D | CoroSplit.cpp | 1035 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 D | CoroFrame.cpp | 1149 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()
|