Lines Matching refs:DstVT
1379 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local
1381 if (SrcVT == MVT::Other || !SrcVT.isSimple() || DstVT == MVT::Other || in selectCast()
1382 !DstVT.isSimple()) in selectCast()
1387 if (!TLI.isTypeLegal(DstVT)) in selectCast()
1399 Register ResultReg = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), in selectCast()
1417 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local
1423 if (SrcVT == DstVT) { in selectBitCast()
1429 Register ResultReg = fastEmit_r(SrcVT, DstVT, ISD::BITCAST, Op0); in selectBitCast()
1784 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
1785 if (DstVT.bitsGT(SrcVT)) in selectOperator()
1787 if (DstVT.bitsLT(SrcVT)) in selectOperator()