/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/swiftshader/third_party/llvm-7.0/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. 207 // Pass SwiftSelf in a callee saved register. 228 // Pass SwiftSelf in a callee saved register.
|
/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-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/include/llvm/IR/ |
D | Attributes.inc | 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/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/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-7.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 57 SwiftSelf, 120 .Case("swiftself", Attribute::SwiftSelf) 431 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 57 SwiftSelf, 120 .Case("swiftself", Attribute::SwiftSelf) 431 return llvm::Attribute::SwiftSelf;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 74 if (Attrs.hasAttribute(OpIdx, Attribute::SwiftSelf)) in setArgFlags()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 71 // A SwiftSelf is passed in callee-saved R10.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 71 // 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/llvm/include/llvm/IR/ |
D | Attributes.td | 165 def SwiftSelf : EnumAttr<"swiftself">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 49 // 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/ |
D | Attributes.td | 183 def SwiftSelf : EnumAttr<"swiftself">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 338 Arg.hasAttribute(Attribute::SwiftSelf) || in lowerFormalArguments()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 636 Attrs.hasParamAttribute(i, Attribute::SwiftSelf) || in fastLowerArguments() 810 Attrs.hasParamAttribute(i, Attribute::SwiftSelf) || in selectCall()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 243 if (hasAttribute(Attribute::SwiftSelf)) in getAsString() 519 case Attribute::SwiftSelf: return 1ULL << 51; in getAttrMask()
|
D | Function.cpp | 96 hasAttribute(getArgNo()+1, Attribute::SwiftSelf); in hasSwiftSelfAttr()
|
D | Verifier.cpp | 1343 !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/ |
D | CodeExtractor.cpp | 731 case Attribute::SwiftSelf: in constructFunction()
|