Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp982 SmallVector<CCValAssign, 16> ArgLocs2; in resultsCompatible() local
983 CCState CCInfo2(CallerCC, F.isVarArg(), MF, ArgLocs2, F.getContext()); in resultsCompatible()
989 if (ArgLocs1.size() != ArgLocs2.size()) in resultsCompatible()
995 const CCValAssign &Loc2 = ArgLocs2[i]; in resultsCompatible()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp562 SmallVector<CCValAssign, 16> ArgLocs2; in LowerCall() local
564 ArgLocs2, *DAG.getContext()); in LowerCall()
678 VA = ArgLocs2[i]; in LowerCall()