Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1305 unsigned LastVectorHandling = (ScalarSize < 32) ? 3 : 2; in getVectorIntrinsicInstrCost() local
1310 int Cost = VectorRegsNeeded + LastVectorHandling - 1; in getVectorIntrinsicInstrCost()