/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/ |
D | tsan_basic.ll | 57 ; CHECK-LABEL: @SwiftError 61 define void @SwiftError(i8** swifterror) sanitize_thread { 77 call void @SwiftError(i8** %0)
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
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.
|
D | ARMBaseRegisterInfo.cpp | 96 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs() 129 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
/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.
|
D | ARMBaseRegisterInfo.cpp | 91 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCalleeSavedRegs() 119 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
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.
|
D | SystemZRegisterInfo.cpp | 117 Attribute::SwiftError)) in getCalleeSavedRegs() 131 Attribute::SwiftError)) in getCallPreservedMask()
|
/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/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/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/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/Android/include/llvm/IR/ |
D | Attributes.gen | 50 SwiftError, 107 .Case("swifterror", Attribute::SwiftError) 384 return llvm::Attribute::SwiftError;
|
/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-7.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 56 SwiftError, 119 .Case("swifterror", Attribute::SwiftError) 426 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 56 SwiftError, 119 .Case("swifterror", Attribute::SwiftError) 426 return llvm::Attribute::SwiftError;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 58 Attribute::SwiftError)) in getCalleeSavedRegs() 102 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 322 Attribute::SwiftError)) in getCalleeSavedRegs() 416 Attribute::SwiftError)) in getCallPreservedMask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 76 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftError)) in setArgFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 269 TEST(RandomIRBuilderTest, SwiftError) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 365 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs() 478 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 1344 !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()
|