Home
last modified time | relevance | path

Searched refs:SwiftSelf (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/include/llvm/Target/
DTargetCallingConv.h50 static const uint64_t SwiftSelf = 1ULL<<14; ///< Swift self parameter member
88 bool isSwiftSelf() const { return Flags & SwiftSelf; } in isSwiftSelf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCallingConv.td26 // Pass SwiftSelf in a callee saved register.
51 // Pass SwiftSelf in a callee saved register.
166 // Pass SwiftSelf in a callee saved register.
182 // Pass SwiftSelf in a callee saved register.
207 // Pass SwiftSelf in a callee saved register.
228 // Pass SwiftSelf in a callee saved register.
/external/llvm/lib/Target/ARM/
DARMCallingConv.td26 // Pass SwiftSelf in a callee saved register.
51 // Pass SwiftSelf in a callee saved register.
166 // Pass SwiftSelf in a callee saved register.
182 // Pass SwiftSelf in a callee saved register.
206 // Pass SwiftSelf in a callee saved register.
227 // Pass SwiftSelf in a callee saved register.
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc57 SwiftSelf,
120 .Case("swiftself", Attribute::SwiftSelf)
431 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc57 SwiftSelf,
120 .Case("swiftself", Attribute::SwiftSelf)
431 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp74 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftSelf)) in setArgFlags()
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td71 // A SwiftSelf is passed in callee-saved R10.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td71 // A SwiftSelf is passed in callee-saved R10.
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td48 // Pass SwiftSelf in a callee saved register.
134 // Pass SwiftSelf in a callee saved register.
/external/llvm/include/llvm/IR/
DAttributes.td165 def SwiftSelf : EnumAttr<"swiftself">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td49 // Pass SwiftSelf in a callee saved register.
148 // Pass SwiftSelf in a callee saved register.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td183 def SwiftSelf : EnumAttr<"swiftself">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallLowering.cpp338 Arg.hasAttribute(Attribute::SwiftSelf) || in lowerFormalArguments()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp571 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) || in fastLowerArguments()
677 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) || in selectCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp636 Attrs.hasParamAttribute(i, Attribute::SwiftSelf) || in fastLowerArguments()
810 Attrs.hasParamAttribute(i, Attribute::SwiftSelf) || in selectCall()
/external/llvm/lib/IR/
DAttributes.cpp243 if (hasAttribute(Attribute::SwiftSelf)) in getAsString()
519 case Attribute::SwiftSelf: return 1ULL << 51; in getAttrMask()
DFunction.cpp96 hasAttribute(getArgNo()+1, Attribute::SwiftSelf); in hasSwiftSelfAttr()
DVerifier.cpp1343 !Attrs.hasAttribute(Idx, Attribute::SwiftSelf) && in verifyParameterAttrs()
1486 if (Attrs.hasAttribute(Idx, Attribute::SwiftSelf)) { in verifyFunctionAttrs()
2667 Attribute::InReg, Attribute::Returned, Attribute::SwiftSelf, in getParameterABIAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp731 case Attribute::SwiftSelf: in constructFunction()

12