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

/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp365 std::pair<unsigned, MVT> DstLT = TLI->getTypeLegalizationCost(Dst); 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 &&
386 TLI->isOperationLegalOrPromote(ISD, DstLT.second))
397 if (!TLI->isOperationExpand(ISD, DstLT.second))
408 if (SrcLT.first == DstLT.first &&
409 SrcLT.second.getSizeInBits() == DstLT
[all...]

Completed in 35 milliseconds