/external/llvm-project/llvm/test/Instrumentation/ThreadSanitizer/ |
D | tsan_basic.ll | 58 ; CHECK-LABEL: @SwiftError 62 define void @SwiftError(i8** swifterror) sanitize_thread { 78 call void @SwiftError(i8** %0)
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 29 Attribute::SwiftError)) in getCalleeSavedRegs() 39 Attribute::SwiftError)) in getCallPreservedMask()
|
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.
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 52 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/ |
D | BitcodeCommon.h | 25 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>; member
|
/external/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 29 // 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/ |
D | ARMCallingConv.td | 29 // 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/ |
D | ARMCallingConv.td | 29 // 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/ |
D | SystemZCallingConv.td | 35 // 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.
|
D | SystemZRegisterInfo.cpp | 205 Attribute::SwiftError)) in getCalleeSavedRegs() 221 Attribute::SwiftError)) in getCallPreservedMask()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 35 // 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.
|
D | SystemZRegisterInfo.cpp | 203 Attribute::SwiftError)) in getCalleeSavedRegs() 219 Attribute::SwiftError)) in getCallPreservedMask()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 100 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/ |
D | Attributes.gen | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 80 HasSwiftErrorArg |= Arg.hasAttribute(Attribute::SwiftError); in computeSignatureVTs()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 56 Attribute::SwiftError)) in getCalleeSavedRegs() 85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 374 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/ |
D | AttributesCompatFunc.inc | 61 SwiftError, 130 .Case("swifterror", Attribute::SwiftError) 463 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 61 SwiftError, 130 .Case("swifterror", Attribute::SwiftError) 463 return llvm::Attribute::SwiftError;
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 361 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 …]
|