Searched refs:FloatFactor (Results 1 – 1 of 1) sorted by relevance
41 static const unsigned FloatFactor = 4; variable176 unsigned Cost = VecTy->getElementType()->isFloatingPointTy() ? FloatFactor in getMemoryOpCost()219 return LT.first + FloatFactor * getTypeNumElements(ValTy); in getCmpSelInstrCost()231 return LT.first + FloatFactor * getTypeNumElements(Ty); in getArithmeticInstrCost()245 return std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()