Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp977 SmallVector<CCValAssign, 16> ArgLocs1; in resultsCompatible() local
978 CCState CCInfo1(CalleeCC, Info.IsVarArg, MF, ArgLocs1, F.getContext()); in resultsCompatible()
989 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()
993 for (unsigned i = 0, e = ArgLocs1.size(); i < e; ++i) { in resultsCompatible()
994 const CCValAssign &Loc1 = ArgLocs1[i]; in resultsCompatible()