Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:VTs

1609       SmallVector<EVT, 16> VTs;
1611 ComputePTXValueVTs(*this, DAG.getDataLayout(), retTy, VTs, &Offsets, 0);
1612 assert(VTs.size() == Ins.size() && "Bad value decomposition");
1615 unsigned sz = VTs[i].getSizeInBits();
1618 if (VTs[i].isInteger() && sz < 8) {
1624 EVT TheLoadType = VTs[i];