Searched refs:SwiftSelf (Results 1 – 20 of 20) sorted by relevance
/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.
|
D | ARMFastISel.cpp | 2344 CS.paramHasAttr(AttrInd, Attribute::SwiftSelf) || in SelectCall() 3013 F->getAttributes().hasAttribute(Idx, Attribute::SwiftSelf) || in fastLowerArguments()
|
/external/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.
|
D | AArch64FastISel.cpp | 2838 F->getAttributes().hasAttribute(Idx, Attribute::SwiftSelf) || in fastLowerArguments()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 165 def SwiftSelf : EnumAttr<"swiftself">;
|
/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/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/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 300 // Pass SwiftSelf in a callee saved register.
|
D | X86FastISel.cpp | 2918 F->getAttributes().hasAttribute(Idx, Attribute::SwiftSelf) || in fastLowerArguments()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 91 IsSwiftSelf = CS->paramHasAttr(AttrIdx, Attribute::SwiftSelf); in setAttributes()
|
D | TargetLowering.cpp | 109 isSwiftSelf = CS->paramHasAttr(AttrIdx, Attribute::SwiftSelf); in setAttributes()
|
D | SelectionDAGBuilder.cpp | 7880 if (F.getAttributes().hasAttribute(Idx, Attribute::SwiftSelf)) in LowerArguments()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 666 case Attribute::SwiftSelf: in getAttrKindEncoding()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1991 Attrs.addAttribute(llvm::Attribute::SwiftSelf); in ConstructAttributeList()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1469 return Attribute::SwiftSelf; in getAttrFromCode()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1397 case lltok::kw_swiftself: B.addAttribute(Attribute::SwiftSelf); break; in ParseOptionalParamAttrs()
|