NVPTXISelLowering.cpp | 379 SmallVector<EVT, 16> vtparts; local 380 ComputeValueVTs(*this, retTy, vtparts); 382 for (unsigned i = 0, e = vtparts.size(); i != e; ++i) { 384 EVT elemtype = vtparts[i]; 385 if (vtparts[i].isVector()) { 386 elems = vtparts[i].getVectorNumElements(); 387 elemtype = vtparts[i].getVectorElementType(); 430 SmallVector<EVT, 16> vtparts; local 431 ComputeValueVTs(*this, Ty, vtparts); 432 if (unsigned len = vtparts.size() 540 SmallVector<EVT, 16> vtparts; local 765 SmallVector<EVT, 16> vtparts; local 1417 SmallVector<EVT, 16> vtparts; local 1452 SmallVector<EVT, 16> vtparts; local [all...] |