Lines Matching refs:DstTy
500 EVT DstTy = TLI->getValueType(DL, Dst); in getCastInstrCost() local
502 if (!SrcTy.isSimple() || !DstTy.isSimple()) in getCastInstrCost()
514 IsLegalFPType(SrcTy) && IsLegalFPType(DstTy))) in getCastInstrCost()
515 if (CCH == TTI::CastContextHint::Masked && DstTy.getSizeInBits() > 128) in getCastInstrCost()
516 return 2 * DstTy.getVectorNumElements() * in getCastInstrCost()
537 LoadConversionTbl, ISD, DstTy.getSimpleVT(), SrcTy.getSimpleVT())) in getCastInstrCost()
560 DstTy.getSimpleVT(), SrcTy.getSimpleVT())) in getCastInstrCost()
572 DstTy.getSimpleVT(), SrcTy.getSimpleVT())) in getCastInstrCost()
589 SrcTy.getSimpleVT(), DstTy.getSimpleVT())) in getCastInstrCost()
600 SrcTy.getSimpleVT(), DstTy.getSimpleVT())) in getCastInstrCost()
626 DstTy.getSimpleVT(), in getCastInstrCost()
635 DstTy.getScalarType() == MVT::f32) || in getCastInstrCost()
637 DstTy.getScalarType() == MVT::f64))) { in getCastInstrCost()
737 DstTy.getSimpleVT(), in getCastInstrCost()
767 DstTy.getSimpleVT(), in getCastInstrCost()
798 ISD, DstTy.getSimpleVT(), in getCastInstrCost()
823 ISD, DstTy.getSimpleVT(), in getCastInstrCost()
838 if (IsLegalFPType(SrcTy) && IsLegalFPType(DstTy)) in getCastInstrCost()
852 SrcTy.getSizeInBits() > DstTy.getSizeInBits()) in getCastInstrCost()
870 DstTy.getSimpleVT(), in getCastInstrCost()
1502 Type *DstTy = in getMemoryOpCost() local
1507 DstTy->getScalarType()->isFloatTy()) in getMemoryOpCost()