Home
last modified time | relevance | path

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

123

/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/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-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td26 // Pass SwiftSelf in a callee saved register.
52 // Pass SwiftSelf in a callee saved register.
171 // Pass SwiftSelf in a callee saved register.
188 // Pass SwiftSelf in a callee saved register.
214 // Pass SwiftSelf in a callee saved register.
236 // Pass SwiftSelf in a callee saved register.
/external/llvm-project/llvm/lib/Target/ARM/
DARMCallingConv.td26 // Pass SwiftSelf in a callee saved register.
52 // Pass SwiftSelf in a callee saved register.
171 // Pass SwiftSelf in a callee saved register.
189 // Pass SwiftSelf in a callee saved register.
216 // Pass SwiftSelf in a callee saved register.
239 // 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/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/MacOS/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/include/llvm/IR/
DAttributes.inc51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp81 HasSwiftSelfArg |= Arg.hasAttribute(Attribute::SwiftSelf); in computeSignatureVTs()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc62 SwiftSelf,
131 .Case("swiftself", Attribute::SwiftSelf)
468 return llvm::Attribute::SwiftSelf;
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc62 SwiftSelf,
131 .Case("swiftself", Attribute::SwiftSelf)
468 return llvm::Attribute::SwiftSelf;
/external/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td71 // A SwiftSelf is passed in callee-saved R10.
/external/llvm/include/llvm/IR/
DAttributes.td165 def SwiftSelf : EnumAttr<"swiftself">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td95 // A SwiftSelf is passed in callee-saved R10.
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td95 // 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp349 Arg.hasAttribute(Attribute::SwiftSelf) || in lowerFormalArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td203 def SwiftSelf : EnumAttr<"swiftself">;
/external/llvm-project/llvm/lib/Target/X86/
DX86CallLowering.cpp346 Arg.hasAttribute(Attribute::SwiftSelf) || in lowerFormalArguments()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp55 if (AttrFn(Attribute::SwiftSelf)) in addFlagsUsingAttrFn()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.td236 def SwiftSelf : EnumAttr<"swiftself">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp91 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftSelf)) in setArgFlags()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp571 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) || in fastLowerArguments()
677 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) || in selectCall()

123