Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h69 SwiftAsync, // Clang-only enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td66 // Pass SwiftAsync in an otherwise callee saved register so that it will be
235 // Pass SwiftAsync in an otherwise callee saved register so that calls to
368 // Pass SwiftAsync in an otherwise callee saved register so that it will be
H A DAArch64FrameLowering.cpp1855 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
H A DAArch64FastISel.cpp2920 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp112 case CallingConv::SwiftAsync: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1756 return CallingConv::SwiftAsync; in demangleCallingConvention()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td298 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp924 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()
1040 Attribute::SwiftAsync)) { in create()
H A DCoroFrame.cpp2887 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td550 // Pass SwiftAsync in an otherwise callee saved register so that calls to
650 // Pass SwiftAsync in an otherwise callee saved register so that calls to
H A DX86FrameLowering.cpp1755 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
H A DX86FastISel.cpp3116 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp58 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp687 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp995 case Attribute::SwiftAsync: in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2093 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs()
3676 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes()
6572 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1255 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in lowerDbgValue()
H A DSelectionDAGISel.cpp228 return Arg.hasAttribute(Attribute::AttrKind::SwiftAsync); in dontUseFastISelFor()
H A DSelectionDAGBuilder.cpp6044 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in visitEntryValueDbgValue()
10999 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
H A DTargetLowering.cpp123 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2855 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp815 case Attribute::SwiftAsync: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2872 def SwiftAsync : InheritableAttr {
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2070 return Attribute::SwiftAsync; in getAttrFromCode()