Searched refs:SrcLT (Results 1 – 2 of 2) sorted by relevance
356 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local360 if (SrcLT.first == DstLT.first && in getCastInstrCost()361 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) { in getCastInstrCost()369 TLI->isTruncateFree(SrcLT.second, DstLT.second)) in getCastInstrCost()373 TLI->isZExtFree(SrcLT.second, DstLT.second)) in getCastInstrCost()382 if (SrcLT.first == DstLT.first && in getCastInstrCost()406 if (SrcLT.first == DstLT.first && in getCastInstrCost()407 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) { in getCastInstrCost()421 return SrcLT.first * 1; in getCastInstrCost()
1479 std::pair<int, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, SrcVTy); in getGSVectorCost() local1480 int SplitFactor = std::max(IdxsLT.first, SrcLT.first); in getGSVectorCost()