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.cpp233 enum StructReturnType { NotStructReturn, RegStructReturn, StackStructReturn }; enumerator
238 return NotStructReturn; in callIsStructReturn()
242 return NotStructReturn; in callIsStructReturn()
252 return NotStructReturn; in argsAreStructReturn()
256 return NotStructReturn; in argsAreStructReturn()
559 Callee, CallConv, IsVarArg, SR != NotStructReturn, in LowerCall()