| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 70 SwiftAsync, // Clang-only enumerator
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | pragma-attribute-supported-attributes-list.test | 167 // CHECK-NEXT: SwiftAsync (SubjectMatchRule_function, SubjectMatchRule_objc_method)
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 112 case CallingConv::SwiftAsync: in outputCallingConvention()
|
| H A D | MicrosoftDemangle.cpp | 1714 return CallingConv::SwiftAsync; in demangleCallingConvention()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 72 // Pass SwiftAsync in an otherwise callee saved register so that it will be 196 // Pass SwiftAsync in an otherwise callee saved register so that it will be
|
| H A D | AArch64FrameLowering.cpp | 1583 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
|
| H A D | AArch64FastISel.cpp | 2902 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 290 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 851 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs() 954 Attribute::SwiftAsync)) { in create()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 581 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 533 // Pass SwiftAsync in an otherwise callee saved register so that calls to 642 // Pass SwiftAsync in an otherwise callee saved register so that calls to
|
| H A D | X86FrameLowering.cpp | 1674 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
| H A D | X86FastISel.cpp | 3067 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 58 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 676 TCALLINGCONV(SwiftAsync); in clang_getFunctionTypeCallingConv()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 988 case Attribute::SwiftAsync: in constructFunction()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1991 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs() 3461 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 757 case Attribute::SwiftAsync: in getAttrKindEncoding()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2590 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 2575 def SwiftAsync : InheritableAttr {
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1979 return Attribute::SwiftAsync; in getAttrFromCode()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 121 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
|
| H A D | SelectionDAGBuilder.cpp | 10348 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
|