Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h70 SwiftAsync, // Clang-only enumerator
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp112 case CallingConv::SwiftAsync: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1706 return CallingConv::SwiftAsync; in demangleCallingConvention()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td72 // 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 DAArch64FrameLowering.cpp1577 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
H A DAArch64FastISel.cpp2926 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.td286 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp862 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()
965 Attribute::SwiftAsync)) { in create()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp590 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
/openbsd-src/gnu/llvm/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.cpp1710 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
H A DX86FastISel.cpp3065 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp58 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp686 TCALLINGCONV(SwiftAsync); in clang_getFunctionTypeCallingConv()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp987 case Attribute::SwiftAsync: in constructFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2025 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 DCGCall.cpp2640 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp784 case Attribute::SwiftAsync: in getAttrKindEncoding()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td2615 def SwiftAsync : InheritableAttr {
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2042 return Attribute::SwiftAsync; in getAttrFromCode()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10596 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
H A DTargetLowering.cpp122 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()