Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1022 SmallVector<CCValAssign, 16> ArgLocs1; in resultsCompatible() local
1023 CCState CCInfo1(CalleeCC, Info.IsVarArg, MF, ArgLocs1, F.getContext()); in resultsCompatible()
1034 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()
1038 for (unsigned i = 0, e = ArgLocs1.size(); i < e; ++i) { in resultsCompatible()
1039 const CCValAssign &Loc1 = ArgLocs1[i]; in resultsCompatible()