Searched refs:vtparts (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp317 SmallVector<EVT, 16> vtparts; local
318 ComputeValueVTs(*this, retTy, vtparts);
320 for (unsigned i=0,e=vtparts.size(); i!=e; ++i) {
322 EVT elemtype = vtparts[i];
323 if (vtparts[i].isVector()) {
324 elems = vtparts[i].getVectorNumElements();
325 elemtype = vtparts[i].getVectorElementType();
345 SmallVector<EVT, 16> vtparts; local
346 ComputeValueVTs(*this, retTy, vtparts);
348 for (unsigned i=0,e=vtparts
413 SmallVector<EVT, 16> vtparts; local
509 SmallVector<EVT, 16> vtparts; local
1024 SmallVector<EVT, 16> vtparts; local
[all...]
H A DNVPTXAsmPrinter.cpp305 SmallVector<EVT, 16> vtparts; local
306 ComputeValueVTs(*TLI, Ty, vtparts);
308 for (unsigned i=0,e=vtparts.size(); i!=e; ++i) {
310 EVT elemtype = vtparts[i];
311 if (vtparts[i].isVector()) {
312 elems = vtparts[i].getVectorNumElements();
313 elemtype = vtparts[i].getVectorElementType();
333 SmallVector<EVT, 16> vtparts; local
334 ComputeValueVTs(*TLI, Ty, vtparts);
336 for (unsigned i=0,e=vtparts
1538 SmallVector<EVT, 16> vtparts; local
[all...]

Completed in 116 milliseconds