Lines Matching refs:DstVT
1503 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectCast() local
1505 if (SrcVT == MVT::Other || !SrcVT.isSimple() || DstVT == MVT::Other || in selectCast()
1506 !DstVT.isSimple()) in selectCast()
1511 if (!TLI.isTypeLegal(DstVT)) in selectCast()
1523 Register ResultReg = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), in selectCast()
1541 MVT DstVT = DstEVT.getSimpleVT(); in selectBitCast() local
1547 if (SrcVT == DstVT) { in selectBitCast()
1553 Register ResultReg = fastEmit_r(SrcVT, DstVT, ISD::BITCAST, Op0); in selectBitCast()
1908 EVT DstVT = TLI.getValueType(DL, I->getType()); in selectOperator() local
1909 if (DstVT.bitsGT(SrcVT)) in selectOperator()
1911 if (DstVT.bitsLT(SrcVT)) in selectOperator()