Lines Matching refs:DstVT
1458 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local
1460 if (SrcVT == MVT::Other || !SrcVT.isSimple() || DstVT == MVT::Other || in selectCast()
1461 !DstVT.isSimple()) in selectCast()
1466 if (!TLI.isTypeLegal(DstVT)) in selectCast()
1478 Register ResultReg = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), in selectCast()
1496 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local
1502 if (SrcVT == DstVT) { in selectBitCast()
1508 Register ResultReg = fastEmit_r(SrcVT, DstVT, ISD::BITCAST, Op0); in selectBitCast()
1863 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
1864 if (DstVT.bitsGT(SrcVT)) in selectOperator()
1866 if (DstVT.bitsLT(SrcVT)) in selectOperator()