Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LVT

8708     EVT LVT = ExtVT;
8712 if (NVT.bitsLT(LVT) && !TLI.isTruncateFree(LVT, NVT))
8781 return DAG.getUNDEF(LVT);
8789 ->getABITypeAlignment(LVT.getTypeForEVT(*DAG.getContext()));
8791 if (NewAlign > Align || !TLI.isOperationLegalOrCustom(ISD::LOAD, LVT))
8801 PtrOff = LVT.getSizeInBits() * Elt / 8;
8817 if (NVT.bitsGT(LVT)) {
8820 ISD::LoadExtType ExtType = TLI.isLoadExtLegal(ISD::ZEXTLOAD, LVT)
8824 LVT, LN0->isVolatile(), LN0->isNonTemporal(),Align);
8827 Load = DAG.getLoad(LVT, SDLoc(N), LN0->getChain(), NewPtr,
8832 if (NVT.bitsLT(LVT))