Home
last modified time | relevance | path

Searched refs:SrcLT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h356 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local
360 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()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1479 std::pair<int, MVT> SrcLT = TLI->getTypeLegalizationCost(DL, SrcVTy); in getGSVectorCost() local
1480 int SplitFactor = std::max(IdxsLT.first, SrcLT.first); in getGSVectorCost()