Home
last modified time | relevance | path

Searched refs:IsSwiftSelf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h41 unsigned IsSwiftSelf : 1; ///< Swift self parameter member
64 IsPreallocated(0), IsSplitEnd(0), IsSwiftSelf(0), IsSwiftAsync(0), in ArgFlagsTy()
97 bool isSwiftSelf() const { return IsSwiftSelf; } in isSwiftSelf()
98 void setSwiftSelf() { IsSwiftSelf = 1; } in setSwiftSelf()
H A DTargetLowering.h288 bool IsSwiftSelf : 1; variable
299 IsPreallocated(false), IsReturned(false), IsSwiftSelf(false), in ArgListEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1049 if (Arg.IsSwiftSelf) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9410 Entry.IsSwiftSelf = false; in LowerCallTo()
9523 if (Args[i].IsSwiftSelf) in LowerCallTo()
H A DTargetLowering.cpp117 IsSwiftSelf = Attrs.hasParamAttribute(ArgIdx, Attribute::SwiftSelf); in setAttributes()