Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp705 bool NeedsInserts = true, NeedsExtracts = true; in getCastInstrCost() local
712 NeedsExtracts = false; in getCastInstrCost()
714 TotCost += getScalarizationOverhead(Src, false, NeedsExtracts); in getCastInstrCost()