Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp581 using FieldIDType = size_t; typedef
592 FieldIDType LayoutFieldIndex;
616 [[nodiscard]] FieldIDType addFieldForAlloca(AllocaInst *AI, in addFieldForAlloca()
662 [[nodiscard]] FieldIDType addField(Type *Ty, MaybeAlign MaybeFieldAlignment, in addField()
727 FieldIDType getLayoutFieldIndex(FieldIDType Id) const { in getLayoutFieldIndex()
732 Field getLayoutField(FieldIDType Id) const { in getLayoutField()
769 FieldIDType Id = addFieldForAlloca(LargestAI); in addFieldForAllocas()
1317 std::optional<FieldIDType> SwitchIndexFieldId; in buildFrameType()
1364 FieldIDType Id = B.addField(FieldType, std::nullopt, false /*header*/, in buildFrameType()
1768 FieldIDType Index = FrameData.getFieldIndex(Orig); in insertSpills()