Searched refs:SwiftSelf (Results 1 – 25 of 73) sorted by relevance
123
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 50 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/ |
D | ARMCallingConv.td | 26 // 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/ |
D | ARMCallingConv.td | 26 // 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/ |
D | ARMCallingConv.td | 26 // 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/ |
D | Attributes.gen | 51 SwiftSelf, 108 .Case("swiftself", Attribute::SwiftSelf) 389 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 51 SwiftSelf, 108 .Case("swiftself", Attribute::SwiftSelf) 389 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 51 SwiftSelf, 108 .Case("swiftself", Attribute::SwiftSelf) 389 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 51 SwiftSelf, 108 .Case("swiftself", Attribute::SwiftSelf) 389 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 51 SwiftSelf, 108 .Case("swiftself", Attribute::SwiftSelf) 389 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 51 SwiftSelf, 108 .Case("swiftself", Attribute::SwiftSelf) 389 return llvm::Attribute::SwiftSelf;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 81 HasSwiftSelfArg |= Arg.hasAttribute(Attribute::SwiftSelf); in computeSignatureVTs()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 62 SwiftSelf, 131 .Case("swiftself", Attribute::SwiftSelf) 468 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 62 SwiftSelf, 131 .Case("swiftself", Attribute::SwiftSelf) 468 return llvm::Attribute::SwiftSelf;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 71 // A SwiftSelf is passed in callee-saved R10.
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 165 def SwiftSelf : EnumAttr<"swiftself">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 95 // A SwiftSelf is passed in callee-saved R10.
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 95 // A SwiftSelf is passed in callee-saved R10.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 48 // 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/ |
D | X86CallLowering.cpp | 349 Arg.hasAttribute(Attribute::SwiftSelf) || in lowerFormalArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.td | 203 def SwiftSelf : EnumAttr<"swiftself">;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 346 Arg.hasAttribute(Attribute::SwiftSelf) || in lowerFormalArguments()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 55 if (AttrFn(Attribute::SwiftSelf)) in addFlagsUsingAttrFn()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.td | 236 def SwiftSelf : EnumAttr<"swiftself">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 91 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftSelf)) in setArgFlags()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 571 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) || in fastLowerArguments() 677 Attrs.hasAttribute(i+1, Attribute::SwiftSelf) || in selectCall()
|
123