Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp665 unsigned TotCost = VF * ScalarCost; in getCastInstrCost() local
675 TotCost += getScalarizationOverhead(Dst, NeedsInserts, NeedsExtracts); in getCastInstrCost()
679 TotCost *= 2; in getCastInstrCost()
681 return TotCost; in getCastInstrCost()