Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp112 case CallingConv::SwiftAsync: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1775 return CallingConv::SwiftAsync; in demangleCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td77 // Pass SwiftAsync in an otherwise callee saved register so that it will be
242 // Pass SwiftAsync in an otherwise callee saved register so that calls to
377 // Pass SwiftAsync in an otherwise callee saved register so that it will be
H A DAArch64FrameLowering.cpp466 Attribute::SwiftAsync)) in getFixedObjectSize()
2123 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
H A DAArch64FastISel.cpp2923 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h69 SwiftAsync, // Clang-only enumerator
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp422 Attribute::SwiftAsync, Attribute::SwiftError, in isUnsupportedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp867 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()
956 Attribute::SwiftAsync)) { in create()
H A DCoroFrame.cpp1881 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td362 def SwiftAsync : EnumAttr<"swiftasync", IntersectPreserve, [ParamAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td539 // Pass SwiftAsync in an otherwise callee saved register so that calls to
631 // Pass SwiftAsync in an otherwise callee saved register so that calls to
H A DX86FastISel.cpp3154 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
H A DX86FrameLowering.cpp1840 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp744 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp61 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1008 case Attribute::SwiftAsync: in constructFunctionDeclaration()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2262 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs()
3954 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes()
7359 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue()
7382 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1276 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in lowerDbgValue()
H A DSelectionDAGISel.cpp228 return Arg.hasAttribute(Attribute::AttrKind::SwiftAsync); in dontUseFastISelFor()
H A DSelectionDAGBuilder.cpp6368 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in visitEntryValueDbgValue()
11667 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
H A DTargetLowering.cpp132 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2977 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp905 case Attribute::SwiftAsync: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2204 return Attribute::SwiftAsync; in getAttrFromCode()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3362 def SwiftAsync : InheritableAttr {