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

1 2

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 50 static const uint64_t SwiftSelf = 1ULL<<14; ///< Swift self parameter
88 bool isSwiftSelf() const { return Flags & SwiftSelf; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 41 // We don't currently support swifterror or swiftself args.
74 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftSelf))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallLowering.cpp 338 Arg.hasAttribute(Attribute::SwiftSelf) ||
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 571 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) ||
677 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) ||
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 243 if (hasAttribute(Attribute::SwiftSelf))
244 return "swiftself";
519 case Attribute::SwiftSelf: return 1ULL << 51;
    [all...]
Function.cpp 96 hasAttribute(getArgNo()+1, Attribute::SwiftSelf);
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 636 Attrs.hasParamAttribute(i, Attribute::SwiftSelf) ||
810 Attrs.hasParamAttribute(i, Attribute::SwiftSelf) ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 731 case Attribute::SwiftSelf:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]
Attributes.cpp 262 if (hasAttribute(Attribute::SwiftSelf))
263 return "swiftself";
    [all...]
Function.cpp 94 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftSelf);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 91 IsSwiftSelf = CS->paramHasAttr(AttrIdx, Attribute::SwiftSelf);
    [all...]
TargetLowering.cpp 109 isSwiftSelf = CS->paramHasAttr(AttrIdx, Attribute::SwiftSelf);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 666 case Attribute::SwiftSelf:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 695 case Attribute::SwiftSelf:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 111 IsSwiftSelf = CS->paramHasAttr(ArgIdx, Attribute::SwiftSelf);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1182 milliseconds

1 2