Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1027 SmallVector<CCValAssign, 16> ArgLocs2; in resultsCompatible() local
1028 CCState CCInfo2(CallerCC, F.isVarArg(), MF, ArgLocs2, F.getContext()); in resultsCompatible()
1034 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()
1040 const CCValAssign &Loc2 = ArgLocs2[i]; in resultsCompatible()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp600 SmallVector<CCValAssign, 16> ArgLocs2; in LowerCall() local
602 ArgLocs2, *DAG.getContext()); in LowerCall()
716 VA = ArgLocs2[i]; in LowerCall()