Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/test/Instrumentation/ThreadSanitizer/
Dtsan_basic.ll58 ; CHECK-LABEL: @SwiftError
62 define void @SwiftError(i8** swifterror) sanitize_thread {
78 call void @SwiftError(i8** %0)
/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/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-project/llvm/include/llvm/Bitcode/
DBitcodeCommon.h25 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>; member
/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.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td29 // A SwiftError is passed in R8.
55 // A SwiftError is returned in R8.
174 // A SwiftError is passed in R8.
191 // A SwiftError is returned in R8.
217 // A SwiftError is passed in R8.
239 // A SwiftError is returned in R8.
/external/llvm-project/llvm/lib/Target/ARM/
DARMCallingConv.td29 // A SwiftError is passed in R8.
55 // A SwiftError is returned in R8.
174 // A SwiftError is passed in R8.
192 // A SwiftError is returned in R8.
219 // A SwiftError is passed in R8.
242 // A SwiftError is returned in R8.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td35 // A SwiftError is returned in R9.
98 // A SwiftError is passed in callee-saved R9.
145 // R9 is used to return SwiftError; remove it from CSR.
DSystemZRegisterInfo.cpp205 Attribute::SwiftError)) in getCalleeSavedRegs()
221 Attribute::SwiftError)) in getCallPreservedMask()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td35 // A SwiftError is returned in R9.
98 // A SwiftError is passed in callee-saved R9.
145 // R9 is used to return SwiftError; remove it from CSR.
DSystemZRegisterInfo.cpp203 Attribute::SwiftError)) in getCalleeSavedRegs()
219 Attribute::SwiftError)) in getCallPreservedMask()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp100 Attribute::SwiftError)) in getCalleeSavedRegs()
134 Attribute::SwiftError)) in getDarwinCalleeSavedRegs()
199 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getDarwinCallPreservedMask()
232 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/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/Linux/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/build/Windows/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-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp80 HasSwiftErrorArg |= Arg.hasAttribute(Attribute::SwiftError); in computeSignatureVTs()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp56 Attribute::SwiftError)) in getCalleeSavedRegs()
85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp374 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
375 SwiftErrorVReg = SwiftError.getOrCreateVRegUseAt( in translateRet()
376 &RI, &MIRBuilder.getMBB(), SwiftError.getFunctionArg()); in translateRet()
879 Register VReg = SwiftError.getOrCreateVRegUseAt(&LI, &MIRBuilder.getMBB(), in translateLoad()
924 Register VReg = SwiftError.getOrCreateVRegDefAt(&SI, &MIRBuilder.getMBB(), in translateStore()
1572 MIRBuilder.buildCopy(SwiftInVReg, SwiftError.getOrCreateVRegUseAt( in translateCallSite()
1576 SwiftError.getOrCreateVRegDefAt(&I, &MIRBuilder.getMBB(), Arg); in translateCallSite()
2297 SwiftError.setFunction(CurMF); in runOnMachineFunction()
2298 SwiftError.createEntriesInEntryBlock(DbgLoc); in runOnMachineFunction()
2332 SwiftError.setCurrentVReg(EntryBB, SwiftError.getFunctionArg(), VRegs[0]); in runOnMachineFunction()
[all …]
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc61 SwiftError,
130 .Case("swifterror", Attribute::SwiftError)
463 return llvm::Attribute::SwiftError;
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc61 SwiftError,
130 .Case("swifterror", Attribute::SwiftError)
463 return llvm::Attribute::SwiftError;
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp361 if (CLI->supportSwiftError() && SwiftError.getFunctionArg()) { in translateRet()
362 SwiftErrorVReg = SwiftError.getOrCreateVRegUseAt( in translateRet()
363 &RI, &MIRBuilder.getMBB(), SwiftError.getFunctionArg()); in translateRet()
1278 Register VReg = SwiftError.getOrCreateVRegUseAt(&LI, &MIRBuilder.getMBB(), in translateLoad()
1322 Register VReg = SwiftError.getOrCreateVRegDefAt(&SI, &MIRBuilder.getMBB(), in translateStore()
2235 MIRBuilder.buildCopy(SwiftInVReg, SwiftError.getOrCreateVRegUseAt( in translateCallBase()
2239 SwiftError.getOrCreateVRegDefAt(&CB, &MIRBuilder.getMBB(), Arg); in translateCallBase()
3014 SwiftError.setFunction(CurMF); in runOnMachineFunction()
3015 SwiftError.createEntriesInEntryBlock(DbgLoc); in runOnMachineFunction()
3057 SwiftError.setCurrentVReg(EntryBB, SwiftError.getFunctionArg(), VRegs[0]); in runOnMachineFunction()
[all …]

12345