Home
last modified time | relevance | path

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

/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.
DARMFastISel.cpp2344 CS.paramHasAttr(AttrInd, Attribute::SwiftSelf) || in SelectCall()
3013 F->getAttributes().hasAttribute(Idx, Attribute::SwiftSelf) || in fastLowerArguments()
/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/Android/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/include/llvm/IR/
DAttributes.inc51 SwiftSelf,
108 .Case("swiftself", Attribute::SwiftSelf)
389 return llvm::Attribute::SwiftSelf;
/external/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.
DAArch64FastISel.cpp2842 F->getAttributes().hasAttribute(Idx, Attribute::SwiftSelf) || in fastLowerArguments()
/external/llvm/include/llvm/IR/
DAttributes.td165 def SwiftSelf : EnumAttr<"swiftself">;
/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/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/llvm/lib/Target/X86/
DX86CallingConv.td300 // Pass SwiftSelf in a callee saved register.
DX86FastISel.cpp2918 F->getAttributes().hasAttribute(Idx, Attribute::SwiftSelf) || in fastLowerArguments()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp91 IsSwiftSelf = CS->paramHasAttr(AttrIdx, Attribute::SwiftSelf); in setAttributes()
DTargetLowering.cpp109 isSwiftSelf = CS->paramHasAttr(AttrIdx, Attribute::SwiftSelf); in setAttributes()
DSelectionDAGBuilder.cpp7880 if (F.getAttributes().hasAttribute(Idx, Attribute::SwiftSelf)) in LowerArguments()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp666 case Attribute::SwiftSelf: in getAttrKindEncoding()
/external/clang/lib/CodeGen/
DCGCall.cpp1991 Attrs.addAttribute(llvm::Attribute::SwiftSelf); in ConstructAttributeList()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1469 return Attribute::SwiftSelf; in getAttrFromCode()
/external/llvm/lib/AsmParser/
DLLParser.cpp1397 case lltok::kw_swiftself: B.addAttribute(Attribute::SwiftSelf); break; in ParseOptionalParamAttrs()