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

/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp364 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(Src); local
368 if (SrcLT.first == DstLT.first &&
369 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
377 TLI->isTruncateFree(SrcLT.second, DstLT.second))
381 TLI->isZExtFree(SrcLT.second, DstLT.second))
385 if (SrcLT.first == DstLT.first &&
408 if (SrcLT.first == DstLT.first &&
409 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
422 return SrcLT.first * 1;

Completed in 67 milliseconds