/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 69 SwiftAsync, // Clang-only enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 112 case CallingConv::SwiftAsync: in outputCallingConvention()
|
H A D | MicrosoftDemangle.cpp | 1769 return CallingConv::SwiftAsync; in demangleCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.td | 71 // Pass SwiftAsync in an otherwise callee saved register so that it will be 240 // Pass SwiftAsync in an otherwise callee saved register so that calls to 373 // Pass SwiftAsync in an otherwise callee saved register so that it will be
|
H A D | AArch64FrameLowering.cpp | 433 Attribute::SwiftAsync)) in getFixedObjectSize() 1971 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
|
H A D | AArch64FastISel.cpp | 2925 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.td | 316 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 909 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs() 1025 Attribute::SwiftAsync)) { in create()
|
H A D | CoroFrame.cpp | 2915 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallingConv.td | 550 // Pass SwiftAsync in an otherwise callee saved register so that calls to 650 // Pass SwiftAsync in an otherwise callee saved register so that calls to
|
H A D | X86FrameLowering.cpp | 1779 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
H A D | X86FastISel.cpp | 3118 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 62 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 695 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 997 case Attribute::SwiftAsync: in constructFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 2183 if (ArgAttrs.hasAttribute(Attribute::SwiftAsync)) { in verifyFunctionAttrs() 3810 Attribute::SwiftAsync, Attribute::SwiftError, Attribute::Preallocated, in getParameterABIAttributes() 6963 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue() 6986 ArgLoc && ArgLoc->hasAttribute(Attribute::SwiftAsync)) in verifyNotEntryValue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1284 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in lowerDbgValue()
|
H A D | SelectionDAGISel.cpp | 229 return Arg.hasAttribute(Attribute::AttrKind::SwiftAsync); in dontUseFastISelFor()
|
H A D | SelectionDAGBuilder.cpp | 6285 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in visitEntryValueDbgValue() 11519 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
|
H A D | TargetLowering.cpp | 124 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2837 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 852 case Attribute::SwiftAsync: in getAttrKindEncoding()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 3032 def SwiftAsync : InheritableAttr {
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2151 return Attribute::SwiftAsync; in getAttrFromCode()
|