Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp860 InstructionCost TotCost = VF * ScalarCost; in getCastInstrCost() local
870 TotCost += getScalarizationOverhead(SrcVecTy, /*Insert*/ false, in getCastInstrCost()
872 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, in getCastInstrCost()
877 TotCost *= 2; in getCastInstrCost()
879 return TotCost; in getCastInstrCost()