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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1977 std::pair<int, MVT> LTSrc = TLI->getTypeLegalizationCost(DL, Src); local
1982 LTDest.second, LTSrc.second))
1983 return AdjustCost(LTSrc.first * Entry->Cost);

Completed in 104 milliseconds