Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Target/
DTargetCallingConv.h52 static const uint64_t SwiftError = 1ULL<<15; ///< Swift error parameter member
91 bool isSwiftError() const { return Flags & SwiftError; } in isSwiftError()
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp29 Attribute::SwiftError)) in getCalleeSavedRegs()
39 Attribute::SwiftError)) in getCallPreservedMask()
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.
/external/llvm/lib/Target/ARM/
DARMCallingConv.td29 // A SwiftError is passed in R6.
54 // A SwiftError is returned in R6.
169 // A SwiftError is passed in R6.
185 // A SwiftError is returned in R6.
209 // A SwiftError is passed in R6.
230 // A SwiftError is returned in R6.
DARMBaseRegisterInfo.cpp91 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCalleeSavedRegs()
119 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
DARMFastISel.cpp2080 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
2345 CS.paramHasAttr(AttrInd, Attribute::SwiftError) || in SelectCall()
3014 F->getAttributes().hasAttribute(Idx, Attribute::SwiftError) || in fastLowerArguments()
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc50 SwiftError,
107 .Case("swifterror", Attribute::SwiftError)
384 return llvm::Attribute::SwiftError;
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp56 Attribute::SwiftError)) in getCalleeSavedRegs()
85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
DAArch64FrameLowering.cpp869 Attrs.hasAttrSomewhere(Attribute::SwiftError)); in produceCompactUnwindFrame()
DAArch64CallingConvention.td137 // A SwiftError is passed in X19.
DAArch64FastISel.cpp2843 F->getAttributes().hasAttribute(Idx, Attribute::SwiftError) || in fastLowerArguments()
3679 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp322 Attribute::SwiftError)) in getCalleeSavedRegs()
416 Attribute::SwiftError)) in getCallPreservedMask()
DX86FastISel.cpp1144 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
2919 F->getAttributes().hasAttribute(Idx, Attribute::SwiftError) || in fastLowerArguments()
DX86CallingConv.td303 // A SwiftError is passed in R12.
/external/llvm/include/llvm/IR/
DAttributes.td162 def SwiftError : EnumAttr<"swifterror">;
/external/llvm/lib/IR/
DVerifier.cpp1344 !Attrs.hasAttribute(Idx, Attribute::SwiftError), in verifyParameterAttrs()
1420 Assert(!Attrs.hasAttribute(Idx, Attribute::SwiftError), in verifyParameterAttrs()
1428 Assert(!Attrs.hasAttribute(Idx, Attribute::SwiftError), in verifyParameterAttrs()
1491 if (Attrs.hasAttribute(Idx, Attribute::SwiftError)) { in verifyFunctionAttrs()
1948 if (Attrs.hasAttribute(i+1, Attribute::SwiftError)) { in visitFunction()
2546 if (CS.paramHasAttr(i+1, Attribute::SwiftError)) { in verifyCallSite()
2668 Attribute::SwiftError}; in getParameterABIAttributes()
3038 Assert(CS.paramHasAttr(Idx+1, Attribute::SwiftError), in verifySwiftErrorCallSite()
DAttributes.cpp241 if (hasAttribute(Attribute::SwiftError)) in getAsString()
520 case Attribute::SwiftError: return 1ULL << 52; in getAttrMask()
DFunction.cpp101 hasAttribute(getArgNo()+1, Attribute::SwiftError); in hasSwiftErrorAttr()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp572 Attrs.hasAttribute(i+1, Attribute::SwiftError) || in fastLowerArguments()
678 Attrs.hasAttribute(i+1, Attribute::SwiftError) || in selectCall()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1467 return Attribute::SwiftError; in getAttrFromCode()
5250 bool SwiftError = AlignRecord & SwiftErrorMask; in parseFunctionBody() local
5269 AI->setSwiftError(SwiftError); in parseFunctionBody()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp92 IsSwiftError = CS->paramHasAttr(AttrIdx, Attribute::SwiftError); in setAttributes()

12