| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 29 // 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 D | ARMBaseRegisterInfo.cpp | 96 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs() 129 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
| H A D | ARMFastISel.cpp | 2107 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 D | SystemZCallingConv.td | 36 // 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 D | SystemZRegisterInfo.cpp | 130 Attribute::SwiftError)) in getCalleeSavedRegs() 144 Attribute::SwiftError)) in getCallPreservedMask()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 63 Attribute::SwiftError)) in getCalleeSavedRegs() 126 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
| H A D | AArch64CallingConvention.td | 52 // A SwiftError is passed in X21. 151 // A SwiftError is passed in X21.
|
| H A D | AArch64FrameLowering.cpp | 1577 Attrs.hasAttrSomewhere(Attribute::SwiftError)); in produceCompactUnwindFrame()
|
| H A D | AArch64FastISel.cpp | 2941 Arg.hasAttribute(Attribute::SwiftError) || in fastLowerArguments() 3799 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 78 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftError)) in setArgFlags()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 365 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs() 478 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
|
| H A D | X86CallLowering.cpp | 346 Arg.hasAttribute(Attribute::SwiftError) || in lowerFormalArguments()
|
| H A D | X86CallingConv.td | 507 // A SwiftError is passed in R12. 604 // A SwiftError is passed in R12.
|
| H A D | X86FastISel.cpp | 1168 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet() 3101 Arg.hasAttribute(Attribute::SwiftError) || in fastLowerArguments()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1634 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 D | Function.cpp | 97 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftError); in hasSwiftErrorAttr()
|
| H A D | Attributes.cpp | 260 if (hasAttribute(Attribute::SwiftError)) in getAsString()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 188 def SwiftError : EnumAttr<"swifterror">;
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 637 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 D | BitcodeReader.cpp | 1180 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 D | CodeExtractor.cpp | 793 case Attribute::SwiftError: in constructFunction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1670 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 D | SelectionDAGISel.cpp | 1525 if(!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignSwiftErrorRegs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2144 Attrs.addAttribute(llvm::Attribute::SwiftError); in ConstructAttributeList()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 704 case Attribute::SwiftError: in getAttrKindEncoding()
|