AnalyzeCallOperands function for N32/64.
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 14 Nov 2011 19:02:54 +0000 (19:02 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 14 Nov 2011 19:02:54 +0000 (19:02 +0000)
commit4961709688be9e21985e413e296e84e391ae92ac
treed971159b633f1fc5fa705126eb3c7ca46bf1473f
parentbad53f41c298d251de98e3c864b08f6b9125345c
AnalyzeCallOperands function for N32/64.

N32/64 places all variable arguments in integer registers (or on stack),
regardless of their types, but follows calling convention of non-vaarg function
when it handles fixed arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144553 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsISelLowering.cpp