Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h69 SwiftAsync, // Clang-only enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp112 case CallingConv::SwiftAsync: in outputCallingConvention()
HDMicrosoftDemangle.cpp1769 return CallingConv::SwiftAsync; in demangleCallingConvention()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64CallingConvention.td71 // 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
HDAArch64FrameLowering.cpp433 Attribute::SwiftAsync)) in getFixedObjectSize()
1971 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
HDAArch64FastISel.cpp2925 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.td316 def SwiftAsync : EnumAttr<"swiftasync", [ParamAttr]>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp909 ParamAttrs.addAttribute(Attribute::SwiftAsync); in addAsyncContextAttrs()
1025 Attribute::SwiftAsync)) { in create()
HDCoroFrame.cpp2915 StorageAsArg && StorageAsArg->hasAttribute(Attribute::SwiftAsync); in salvageDebugInfoImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86CallingConv.td550 // 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
HDX86FrameLowering.cpp1779 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
HDX86FastISel.cpp3118 Arg.hasAttribute(Attribute::SwiftAsync) || in fastLowerArguments()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCallLowering.cpp62 if (AttrFn(Attribute::SwiftAsync)) in addFlagsUsingAttrFn()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64CallLowering.cpp695 if (Arg.hasAttribute(Attribute::SwiftAsync)) in lowerFormalArguments()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp997 case Attribute::SwiftAsync: in constructFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp2183 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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1284 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in lowerDbgValue()
HDSelectionDAGISel.cpp229 return Arg.hasAttribute(Attribute::AttrKind::SwiftAsync); in dontUseFastISelFor()
HDSelectionDAGBuilder.cpp6285 assert(Arg->hasAttribute(Attribute::AttrKind::SwiftAsync)); in visitEntryValueDbgValue()
11519 if (Arg.hasAttribute(Attribute::SwiftAsync)) in LowerArguments()
HDTargetLowering.cpp124 IsSwiftAsync = Call->paramHasAttr(ArgIdx, Attribute::SwiftAsync); in setAttributes()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp2837 Attrs.addAttribute(llvm::Attribute::SwiftAsync); in ConstructAttributeList()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp852 case Attribute::SwiftAsync: in getAttrKindEncoding()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td3032 def SwiftAsync : InheritableAttr {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2151 return Attribute::SwiftAsync; in getAttrFromCode()