Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1204 SmallVector<CCValAssign, 16> ArgLocs1; in resultsCompatible() local
1205 CCState CCInfo1(CalleeCC, Info.IsVarArg, MF, ArgLocs1, F.getContext()); in resultsCompatible()
1216 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()
1220 for (unsigned i = 0, e = ArgLocs1.size(); i < e; ++i) { in resultsCompatible()
1221 const CCValAssign &Loc1 = ArgLocs1[i]; in resultsCompatible()