Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp666 bool NeedsInserts = true, NeedsExtracts = true; in getCastInstrCost() local
673 NeedsExtracts = false; in getCastInstrCost()
675 TotCost += getScalarizationOverhead(Dst, NeedsInserts, NeedsExtracts); in getCastInstrCost()