Home
last modified time | relevance | path

Searched refs:SwiftError (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallingConv.td29 // A SwiftError is passed in R8.
54 // A SwiftError is returned in R8.
169 // A SwiftError is passed in R8.
185 // A SwiftError is returned in R8.
210 // A SwiftError is passed in R8.
231 // A SwiftError is returned in R8.
H A DARMBaseRegisterInfo.cpp96 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs()
129 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
H A DARMFastISel.cpp2107 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
2370 CS.paramHasAttr(ArgIdx, Attribute::SwiftError) || in SelectCall()
3042 Arg.hasAttribute(Attribute::SwiftError) || in fastLowerArguments()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td36 // A SwiftError is returned in R9.
74 // A SwiftError is passed in callee-saved R9.
121 // R9 is used to return SwiftError; remove it from CSR.
H A DSystemZRegisterInfo.cpp130 Attribute::SwiftError)) in getCalleeSavedRegs()
144 Attribute::SwiftError)) in getCallPreservedMask()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp63 Attribute::SwiftError)) in getCalleeSavedRegs()
126 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
H A DAArch64CallingConvention.td52 // A SwiftError is passed in X21.
151 // A SwiftError is passed in X21.
H A DAArch64FrameLowering.cpp1577 Attrs.hasAttrSomewhere(Attribute::SwiftError)); in produceCompactUnwindFrame()
H A DAArch64FastISel.cpp2941 Arg.hasAttribute(Attribute::SwiftError) || in fastLowerArguments()
3799 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp78 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftError)) in setArgFlags()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp365 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
478 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
H A DX86CallLowering.cpp346 Arg.hasAttribute(Attribute::SwiftError) || in lowerFormalArguments()
H A DX86CallingConv.td507 // A SwiftError is passed in R12.
604 // A SwiftError is passed in R12.
H A DX86FastISel.cpp1168 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
3101 Arg.hasAttribute(Attribute::SwiftError) || in fastLowerArguments()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp1634 Assert(!Attrs.hasAttribute(Attribute::SwiftError), in verifyParameterAttrs()
1642 Assert(!Attrs.hasAttribute(Attribute::SwiftError), in verifyParameterAttrs()
1671 !RetAttrs.hasAttribute(Attribute::SwiftError)), in verifyFunctionAttrs()
1717 if (ArgAttrs.hasAttribute(Attribute::SwiftError)) { in verifyFunctionAttrs()
2192 if (Attrs.hasParamAttribute(i, Attribute::SwiftError)) { in visitFunction()
2809 if (Call.paramHasAttr(i, Attribute::SwiftError)) { in visitCallBase()
2947 Attribute::SwiftError}; in getParameterABIAttributes()
3344 Assert(Call.paramHasAttr(Idx, Attribute::SwiftError), in verifySwiftErrorCall()
H A DFunction.cpp97 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftError); in hasSwiftErrorAttr()
H A DAttributes.cpp260 if (hasAttribute(Attribute::SwiftError)) in getAsString()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td188 def SwiftError : EnumAttr<"swifterror">;
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp637 Attrs.hasParamAttribute(i, Attribute::SwiftError) || in fastLowerArguments()
830 Attrs.hasParamAttribute(i, Attribute::SwiftError) || in selectCall()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1180 case Attribute::SwiftError: return 1ULL << 52; in getRawAttributeMask()
1417 return Attribute::SwiftError; in getAttrFromCode()
4326 bool SwiftError = AlignRecord & SwiftErrorMask; in parseFunctionBody() local
4349 AI->setSwiftError(SwiftError); in parseFunctionBody()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp793 case Attribute::SwiftError: in constructFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1670 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet()
6579 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in LowerCallTo()
9064 if (Arg.hasAttribute(Attribute::SwiftError)) in LowerArguments()
9200 Arg.hasAttribute(Attribute::SwiftError); in LowerArguments()
H A DSelectionDAGISel.cpp1525 if(!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignSwiftErrorRegs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2144 Attrs.addAttribute(llvm::Attribute::SwiftError); in ConstructAttributeList()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp704 case Attribute::SwiftError: in getAttrKindEncoding()

12