Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp48 static const unsigned FloatFactor = 4; variable
203 VecTy->getElementType()->isFloatingPointTy() ? FloatFactor : 1; in getMemoryOpCost()
268 return LT.first + FloatFactor * getTypeNumElements(ValTy); in getCmpSelInstrCost()
288 return LT.first + FloatFactor * getTypeNumElements(Ty); in getArithmeticInstrCost()
312 std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()