Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp979 SmallVector<CCValAssign, 16> ArgLocs2; in resultsCompatible() local
980 CCState CCInfo2(CallerCC, F.isVarArg(), MF, ArgLocs2, F.getContext()); in resultsCompatible()
986 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()
992 const CCValAssign &Loc2 = ArgLocs2[i]; in resultsCompatible()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp563 SmallVector<CCValAssign, 16> ArgLocs2; in LowerCall() local
565 ArgLocs2, *DAG.getContext()); in LowerCall()
679 VA = ArgLocs2[i]; in LowerCall()