Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp270 SmallVector<CCValAssign, 4> RVLocs2; in resultsCompatible() local
271 CCState CCInfo2(CallerCC, false, MF, RVLocs2, C); in resultsCompatible()
274 if (RVLocs1.size() != RVLocs2.size()) in resultsCompatible()
278 const CCValAssign &Loc2 = RVLocs2[I]; in resultsCompatible()