Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp231 enum StructReturnType { NotStructReturn, RegStructReturn, StackStructReturn }; enumerator
236 return NotStructReturn; in callIsStructReturn()
240 return NotStructReturn; in callIsStructReturn()
250 return NotStructReturn; in argsAreStructReturn()
254 return NotStructReturn; in argsAreStructReturn()
557 Callee, CallConv, IsVarArg, SR != NotStructReturn, in LowerCall()