Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:VTs

1055       SmallVector<EVT, 16> VTs;
1056 ComputePTXValueVTs(*this, retTy, VTs);
1057 assert(VTs.size() == Ins.size() && "Bad value decomposition");
1059 unsigned sz = VTs[i].getSizeInBits();
1061 if (VTs[i].isInteger() && (sz < 8))
1065 EVT TheLoadType = VTs[i];