Searched defs:vtparts (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 747 SmallVector<EVT, 16> vtparts; local 748 ComputeValueVTs(*TLI, Ty, vtparts); 750 for (unsigned i = 0, e = vtparts.size(); i != e; ++i) { 752 EVT elemtype = vtparts[i]; 753 if (vtparts[i].isVector()) { 754 elems = vtparts[i].getVectorNumElements(); 755 elemtype = vtparts[i].getVectorElementType(); 1932 SmallVector<EVT, 16> vtparts; local 1933 ComputeValueVTs(*TLI, ETy, vtparts); 1934 for (unsigned i = 0, e = vtparts [all...] |
H A D | NVPTXISelLowering.cpp | 564 SmallVector<EVT, 16> vtparts; local 565 ComputeValueVTs(*this, Ty, vtparts); 566 if (unsigned len = vtparts.size()) 699 SmallVector<EVT, 16> vtparts; local 701 ComputePTXValueVTs(*this, Ty, vtparts, &Offsets, 0); 713 for (unsigned j = 0, je = vtparts.size(); j != je; ++j) { 714 EVT elemtype = vtparts[j]; 734 if (vtparts.size() > 0) 916 SmallVector<EVT, 16> vtparts; local 920 ComputePTXValueVTs(*this, PTy->getElementType(), vtparts, 1683 SmallVector<EVT, 16> vtparts; local 1717 SmallVector<EVT, 16> vtparts; local [all...] |
Completed in 75 milliseconds