Home
last modified time | relevance | path

Searched refs:HasSwiftSelfArg (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp78 bool HasSwiftSelfArg = false; in computeSignatureVTs() local
81 HasSwiftSelfArg |= Arg.hasAttribute(Attribute::SwiftSelf); in computeSignatureVTs()
85 if (!HasSwiftSelfArg) in computeSignatureVTs()
DWebAssemblyISelLowering.cpp865 bool HasSwiftSelfArg = false; in LowerCall() local
871 HasSwiftSelfArg |= Out.Flags.isSwiftSelf(); in LowerCall()
907 if (!HasSwiftSelfArg) { in LowerCall()
1088 bool HasSwiftSelfArg = false; in LowerFormalArguments() local
1090 HasSwiftSelfArg |= In.Flags.isSwiftSelf(); in LowerFormalArguments()
1117 if (!HasSwiftSelfArg) { in LowerFormalArguments()