Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h71 SwiftAsync, // Clang-only enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp113 case CallingConv::SwiftAsync: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1717 return CallingConv::SwiftAsync; in demangleCallingConvention()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td72 // 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 DAArch64FrameLowering.cpp1279 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
H A DAArch64FastISel.cpp2902 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td270 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp826 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()
918 Attribute::SwiftAsync)) { in create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp533 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td521 // 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 DX86FrameLowering.cpp1496 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
H A DX86FastISel.cpp3072 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp57 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp933 case Attribute::SwiftAsync: in constructFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1914 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 DCGCall.cpp2512 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp743 case Attribute::SwiftAsync: in getAttrKindEncoding()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2493 def SwiftAsync : InheritableAttr {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1504 return Attribute::SwiftAsync; in getAttrFromCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp119 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
H A DSelectionDAGBuilder.cpp10123 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()