Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp181 enum StructReturnType { NotStructReturn, RegStructReturn, StackStructReturn }; enumerator
186 return NotStructReturn; in callIsStructReturn()
190 return NotStructReturn; in callIsStructReturn()
200 return NotStructReturn; in argsAreStructReturn()
204 return NotStructReturn; in argsAreStructReturn()
507 Callee, CallConv, IsVarArg, SR != NotStructReturn, in LowerCall()