Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DstVT

696   EVT DstVT = TLI.getValueType(I->getType());
699 DstVT == MVT::Other || !DstVT.isSimple())
704 if (!TLI.isTypeLegal(DstVT))
719 DstVT.getSimpleVT(),
741 EVT DstVT = TLI.getValueType(I->getType());
744 DstVT == MVT::Other || !DstVT.isSimple() ||
745 !TLI.isTypeLegal(SrcVT) || !TLI.isTypeLegal(DstVT))
758 if (SrcVT.getSimpleVT() == DstVT.getSimpleVT()) {
760 const TargetRegisterClass* DstClass = TLI.getRegClassFor(DstVT);
771 ResultReg = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(),
1032 EVT DstVT = TLI.getValueType(I->getType());
1033 if (DstVT.bitsGT(SrcVT))
1035 if (DstVT.bitsLT(SrcVT))