Home | History | Annotate | Download | only in X86

Lines Matching refs:DstVT

495     EVT DstVT = N->getValueType(0);
498 if (SrcVT.isVector() || DstVT.isVector())
506 bool DstIsSSE = X86Lowering->isScalarFPTypeInSSEReg(DstVT);
524 MemVT = DstVT; // FP_ROUND must use DstVT, we can't do a 'trunc load'.
526 MemVT = SrcIsSSE ? SrcVT : DstVT;
536 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,