Home
last modified time | relevance | path

Searched refs:IsSwiftError (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h40 unsigned IsSwiftError : 1; ///< Swift error parameter member
56 IsSwiftSelf(0), IsSwiftError(0), IsHva(0), IsHvaStart(0), in ArgFlagsTy()
84 bool isSwiftError() const { return IsSwiftError; } in isSwiftError()
85 void setSwiftError() { IsSwiftError = 1; } in setSwiftError()
H A DTargetLowering.h190 bool IsSwiftError : 1; variable
196 IsSwiftSelf(false), IsSwiftError(false) {} in ArgListEntry()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1192 if (Arg.IsSwiftError) in lowerCallTo()
H A DSelectionDAGBuilder.cpp6597 if (Entry.IsSwiftError && TLI.supportSwiftError()) { in LowerCallTo()
8484 Entry.IsSwiftError = false; in LowerCallTo()
8520 if (Args[i].IsSwiftError) { in LowerCallTo()
8576 if (Args[i].IsSwiftError) in LowerCallTo()
H A DTargetLowering.cpp114 IsSwiftError = CS->paramHasAttr(ArgIdx, Attribute::SwiftError); in setAttributes()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp6612 bool IsSwiftError = EatIfPresent(lltok::kw_swifterror); in ParseAlloc() local
6657 AI->setSwiftError(IsSwiftError); in ParseAlloc()