Searched refs:SwiftAsync (Results 1 – 24 of 24) sorted by relevance
69 SwiftAsync, // Clang-only enumerator
112 case CallingConv::SwiftAsync: in outputCallingConvention()
1769 return CallingConv::SwiftAsync; in demangleCallingConvention()
71 // Pass SwiftAsync in an otherwise callee saved register so that it will be240 // Pass SwiftAsync in an otherwise callee saved register so that calls to373 // Pass SwiftAsync in an otherwise callee saved register so that it will be
433 Attribute::SwiftAsync)) in getFixedObjectSize()1971 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
2925 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
316 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
909 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()1025 Attribute::SwiftAsync)) { in create()
2915 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
550 // Pass SwiftAsync in an otherwise callee saved register so that calls to650 // Pass SwiftAsync in an otherwise callee saved register so that calls to
1779 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
3118 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
62 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
695 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
997 case Attribute::SwiftAsync: in constructFunction()
2183 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs()3810 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes()6963 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue()6986 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue()
1284 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in lowerDbgValue()
229 return Arg.hasAttribute(Attribute::AttrKind::SwiftAsync); in dontUseFastISelFor()
6285 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in visitEntryValueDbgValue()11519 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
124 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
2837 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
852 case Attribute::SwiftAsync: in getAttrKindEncoding()
3032 def SwiftAsync : InheritableAttr {
2151 return Attribute::SwiftAsync; in getAttrFromCode()