Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp57 unsigned SplitLength; in handle() local
64 ++ArgsIndex, ArgLocsIndex += SplitLength) { in handle()
66 SplitLength = TLI.getNumRegistersForCallingConv(F.getContext(), in handle()
68 if (SplitLength > 1) { in handle()
72 for (unsigned i = 0; i < SplitLength; ++i) in handle()