Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetCallingConv.h41 unsigned IsSwiftSelf : 1; ///< Swift self parameter member
65 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()
DTargetLowering.h300 bool IsSwiftSelf : 1; variable
310 IsPreallocated(false), IsReturned(false), IsSwiftSelf(false), in ArgListEntry()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1041 if (Arg.IsSwiftSelf) in lowerCallTo()
DSelectionDAGBuilder.cpp9937 Entry.IsSwiftSelf = false; in LowerCallTo()
10051 if (Args[i].IsSwiftSelf) in LowerCallTo()
DTargetLowering.cpp121 IsSwiftSelf = Call->paramHasAttr(ArgIdx, Attribute::SwiftSelf); in setAttributes()