Lines Matching refs:DstVT
1280 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
1283 if (SrcVT.isVector() || DstVT.isVector()) in PreprocessISelDAG()
1291 bool DstIsSSE = X86Lowering->isScalarFPTypeInSSEReg(DstVT); in PreprocessISelDAG()
1307 MVT MemVT = (N->getOpcode() == ISD::FP_ROUND) ? DstVT : SrcVT; in PreprocessISelDAG()
1318 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, in PreprocessISelDAG()
1336 MVT DstVT = N->getSimpleValueType(0); in PreprocessISelDAG() local
1339 if (SrcVT.isVector() || DstVT.isVector()) in PreprocessISelDAG()
1347 bool DstIsSSE = X86Lowering->isScalarFPTypeInSSEReg(DstVT); in PreprocessISelDAG()
1363 MVT MemVT = (N->getOpcode() == ISD::STRICT_FP_ROUND) ? DstVT : SrcVT; in PreprocessISelDAG()
1392 SDVTList VTs = CurDAG->getVTList(DstVT, MVT::Other); in PreprocessISelDAG()
1403 assert(DstVT == MemVT && "Unexpected VT!"); in PreprocessISelDAG()
1404 Result = CurDAG->getLoad(DstVT, dl, Store, MemTmp, MPI); in PreprocessISelDAG()