HomeSort by relevance Sort by last modified time
    Searched refs:vtparts (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 286 SmallVector<EVT, 16> vtparts; local
287 ComputeValueVTs(*this, retTy, vtparts);
289 for (unsigned i=0,e=vtparts.size(); i!=e; ++i) {
291 EVT elemtype = vtparts[i];
292 if (vtparts[i].isVector()) {
293 elems = vtparts[i].getVectorNumElements();
294 elemtype = vtparts[i].getVectorElementType();
314 SmallVector<EVT, 16> vtparts; local
315 ComputeValueVTs(*this, retTy, vtparts);
317 for (unsigned i=0,e=vtparts.size(); i!=e; ++i)
382 SmallVector<EVT, 16> vtparts; local
478 SmallVector<EVT, 16> vtparts; local
1150 SmallVector<EVT, 16> vtparts; local
    [all...]
NVPTXAsmPrinter.cpp 347 SmallVector<EVT, 16> vtparts; local
348 ComputeValueVTs(*TLI, Ty, vtparts);
350 for (unsigned i=0,e=vtparts.size(); i!=e; ++i) {
352 EVT elemtype = vtparts[i];
353 if (vtparts[i].isVector()) {
354 elems = vtparts[i].getVectorNumElements();
355 elemtype = vtparts[i].getVectorElementType();
375 SmallVector<EVT, 16> vtparts; local
376 ComputeValueVTs(*TLI, Ty, vtparts);
378 for (unsigned i=0,e=vtparts.size(); i!=e; ++i)
1588 SmallVector<EVT, 16> vtparts; local
    [all...]

Completed in 42 milliseconds