Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp903 InstructionCost TotCost = VF * ScalarCost; in getCastInstrCost() local
913 TotCost += getScalarizationOverhead(SrcVecTy, /*Insert*/ false, in getCastInstrCost()
915 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, in getCastInstrCost()
920 TotCost *= 2; in getCastInstrCost()
922 return TotCost; in getCastInstrCost()