Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h42 unsigned IsSwiftAsync : 1; ///< Swift async context parameter member
64 IsPreallocated(0), IsSplitEnd(0), IsSwiftSelf(0), IsSwiftAsync(0), in ArgFlagsTy()
100 bool isSwiftAsync() const { return IsSwiftAsync; } in isSwiftAsync()
101 void setSwiftAsync() { IsSwiftAsync = 1; } in setSwiftAsync()
H A DTargetLowering.h289 bool IsSwiftAsync : 1; variable
300 IsSwiftAsync(false), IsSwiftError(false), IsCFGuardTarget(false) {} in ArgListEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1051 if (Arg.IsSwiftAsync) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9411 Entry.IsSwiftAsync = false; in LowerCallTo()
9525 if (Args[i].IsSwiftAsync) in LowerCallTo()
H A DTargetLowering.cpp118 IsSwiftAsync = Attrs.hasParamAttribute(ArgIdx, Attribute::SwiftAsync); in setAttributes()