Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp506 InstructionCost CurrVectorCost = 0; in getScalarizationOverhead() local
509 ++CurrVectorCost; in getScalarizationOverhead()
511 Cost += std::min(InstructionCost(1), CurrVectorCost); in getScalarizationOverhead()
512 CurrVectorCost = 0; in getScalarizationOverhead()