| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 112 case CallingConv::SwiftAsync: in outputCallingConvention()
|
| H A D | MicrosoftDemangle.cpp | 1775 return CallingConv::SwiftAsync; in demangleCallingConvention()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 77 // 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 D | AArch64FrameLowering.cpp | 466 Attribute::SwiftAsync)) in getFixedObjectSize() 2123 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
|
| H A D | AArch64FastISel.cpp | 2923 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 69 SwiftAsync, // Clang-only enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 422 Attribute::SwiftAsync, Attribute::SwiftError, in isUnsupportedFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 867 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs() 956 Attribute::SwiftAsync)) { in create()
|
| H A D | CoroFrame.cpp | 1881 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 362 def SwiftAsync : EnumAttr<"swiftasync", IntersectPreserve, [ParamAttr]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 539 // 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 D | X86FastISel.cpp | 3154 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| H A D | X86FrameLowering.cpp | 1840 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 744 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 61 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1008 case Attribute::SwiftAsync: in constructFunctionDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2262 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 D | FastISel.cpp | 1276 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in lowerDbgValue()
|
| H A D | SelectionDAGISel.cpp | 228 return Arg.hasAttribute(Attribute::AttrKind::SwiftAsync); in dontUseFastISelFor()
|
| H A D | SelectionDAGBuilder.cpp | 6368 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in visitEntryValueDbgValue() 11667 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
|
| H A D | TargetLowering.cpp | 132 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2977 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 905 case Attribute::SwiftAsync: in getAttrKindEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2204 return Attribute::SwiftAsync; in getAttrFromCode()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3362 def SwiftAsync : InheritableAttr {
|