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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp285 std::pair<unsigned, MVT> DstLT = TLI->getTypeLegalizationCost(Dst); local
288 if (SrcLT.first == DstLT.first &&
289 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
297 TLI->isTruncateFree(SrcLT.second, DstLT.second))
301 TLI->isZExtFree(SrcLT.second, DstLT.second))
305 if (TLI->isOperationLegalOrPromote(ISD, DstLT.second))
316 if (!TLI->isOperationExpand(ISD, DstLT.second))
327 if (SrcLT.first == DstLT.first &&
328 SrcLT.second.getSizeInBits() == DstLT.second.getSizeInBits()) {
340 if (!TLI->isOperationExpand(ISD, DstLT
[all...]

Completed in 104 milliseconds