Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp97 bool HasSwiftSelfArg = false; in computeSignatureVTs() local
100 HasSwiftSelfArg |= Arg.hasAttribute(Attribute::SwiftSelf); in computeSignatureVTs()
104 if (!HasSwiftSelfArg) in computeSignatureVTs()
H A DWebAssemblyISelLowering.cpp1045 bool HasSwiftSelfArg = false; in LowerCall() local
1051 HasSwiftSelfArg |= Out.Flags.isSwiftSelf(); in LowerCall()
1087 if (!HasSwiftSelfArg) { in LowerCall()
1296 bool HasSwiftSelfArg = false; in LowerFormalArguments() local
1298 HasSwiftSelfArg |= In.Flags.isSwiftSelf(); in LowerFormalArguments()
1325 if (!HasSwiftSelfArg) { in LowerFormalArguments()