HomeSort by relevance Sort by last modified time
    Searched refs:SwiftError (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 52 static const uint64_t SwiftError = 1ULL<<15; ///< Swift error parameter
91 bool isSwiftError() const { return Flags & SwiftError; }
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 29 Attribute::SwiftError))
39 Attribute::SwiftError))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 117 Attribute::SwiftError))
131 Attribute::SwiftError))
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 56 Attribute::SwiftError))
85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError))
AArch64FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 58 Attribute::SwiftError))
102 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
AArch64FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 41 // We don't currently support swifterror or swiftself args.
76 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftError))
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
RandomIRBuilderTest.cpp 269 TEST(RandomIRBuilderTest, SwiftError) {
270 // Check that we never pick swifterror value as a source for operation
274 const char *SourceCode = "declare void @use(i8** swifterror %err)"
277 " %err = alloca swifterror i8*, align 8\n"
278 " call void @use(i8** swifterror %err)\n"
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 322 Attribute::SwiftError))
416 Attribute::SwiftError))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RegisterInfo.cpp 365 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);
478 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);
X86CallLowering.cpp 339 Arg.hasAttribute(Attribute::SwiftError) ||
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 91 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError))
119 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError))
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 96 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) {
129 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
    [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Attributes.cpp 241 if (hasAttribute(Attribute::SwiftError))
242 return "swifterror";
520 case Attribute::SwiftError: return 1ULL << 52;
    [all...]
Function.cpp 101 hasAttribute(getArgNo()+1, Attribute::SwiftError);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 572 Attrs.hasAttribute(i+1, Attribute::SwiftError) ||
678 Attrs.hasAttribute(i+1, Attribute::SwiftError) ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]
Attributes.cpp 260 if (hasAttribute(Attribute::SwiftError))
261 return "swifterror";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 637 Attrs.hasParamAttribute(i, Attribute::SwiftError) ||
811 Attrs.hasParamAttribute(i, Attribute::SwiftError) ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 730 case Attribute::SwiftError:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 3311 milliseconds

1 2