Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp44 static const unsigned FloatFactor = 4; variable
197 VecTy->getElementType()->isFloatingPointTy() ? FloatFactor : 1; in getMemoryOpCost()
257 return LT.first + FloatFactor * getTypeNumElements(ValTy); in getCmpSelInstrCost()
277 return LT.first + FloatFactor * getTypeNumElements(Ty); in getArithmeticInstrCost()
297 std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()