| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 71 SwiftAsync, // Clang-only enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 113 case CallingConv::SwiftAsync: in outputCallingConvention()
|
| H A D | MicrosoftDemangle.cpp | 1717 return CallingConv::SwiftAsync; in demangleCallingConvention()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 72 // Pass SwiftAsync in an otherwise callee saved register so that it will be 210 // Pass SwiftAsync in an otherwise callee saved register so that it will be
|
| H A D | AArch64FrameLowering.cpp | 1279 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
|
| H A D | AArch64FastISel.cpp | 2902 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 270 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 826 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs() 918 Attribute::SwiftAsync)) { in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 533 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 521 // Pass SwiftAsync in an otherwise callee saved register so that calls to 630 // Pass SwiftAsync in an otherwise callee saved register so that calls to
|
| H A D | X86FrameLowering.cpp | 1496 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
| H A D | X86FastISel.cpp | 3072 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 57 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 933 case Attribute::SwiftAsync: in constructFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1914 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs() 3322 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2512 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 743 case Attribute::SwiftAsync: in getAttrKindEncoding()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2493 def SwiftAsync : InheritableAttr {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1504 return Attribute::SwiftAsync; in getAttrFromCode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 119 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
|
| H A D | SelectionDAGBuilder.cpp | 10123 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
|