| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 70 SwiftAsync, // Clang-only enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 112 case CallingConv::SwiftAsync: in outputCallingConvention()
|
| H A D | MicrosoftDemangle.cpp | 1706 return CallingConv::SwiftAsync; in demangleCallingConvention()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 72 // Pass SwiftAsync in an otherwise callee saved register so that it will be 236 // Pass SwiftAsync in an otherwise callee saved register so that it will be
|
| H A D | AArch64FrameLowering.cpp | 1577 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
|
| H A D | AArch64FastISel.cpp | 2926 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 286 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 862 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs() 965 Attribute::SwiftAsync)) { in create()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 590 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
|
| /openbsd-src/gnu/llvm/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 | 1710 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
| H A D | X86FastISel.cpp | 3065 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 58 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 686 TCALLINGCONV(SwiftAsync); in clang_getFunctionTypeCallingConv()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 987 case Attribute::SwiftAsync: in constructFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2025 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs() 3526 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2640 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 784 case Attribute::SwiftAsync: in getAttrKindEncoding()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 2615 def SwiftAsync : InheritableAttr {
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2042 return Attribute::SwiftAsync; in getAttrFromCode()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10596 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
|
| H A D | TargetLowering.cpp | 122 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
|