Searched refs:SSE2UniformConstCostTable (Results 1 – 1 of 1) sorted by relevance
191 SSE2UniformConstCostTable[] = { in getArithmeticInstrCost() local221 int Idx = CostTableLookup(SSE2UniformConstCostTable, ISD, LT.second); in getArithmeticInstrCost()223 return LT.first * SSE2UniformConstCostTable[Idx].Cost; in getArithmeticInstrCost()