Home
last modified time | relevance | path

Searched refs:SwiftAsync (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h70 SwiftAsync, // Clang-only enumerator
/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test167 // CHECK-NEXT: SwiftAsync (SubjectMatchRule_function, SubjectMatchRule_objc_method)
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp112 case CallingConv::SwiftAsync: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1714 return CallingConv::SwiftAsync; in demangleCallingConvention()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td72 // 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 DAArch64FrameLowering.cpp1583 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
H A DAArch64FastISel.cpp2902 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td290 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp851 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()
954 Attribute::SwiftAsync)) { in create()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp581 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallingConv.td533 // 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 DX86FrameLowering.cpp1674 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
H A DX86FastISel.cpp3067 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp58 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp676 TCALLINGCONV(SwiftAsync); in clang_getFunctionTypeCallingConv()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp988 case Attribute::SwiftAsync: in constructFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp1991 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 DBitcodeWriter.cpp757 case Attribute::SwiftAsync: in getAttrKindEncoding()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp2590 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td2575 def SwiftAsync : InheritableAttr {
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1979 return Attribute::SwiftAsync; in getAttrFromCode()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp121 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
H A DSelectionDAGBuilder.cpp10348 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()