Searched refs:AVX2UniformConstCostTable (Results 1 – 1 of 1) sorted by relevance
113 AVX2UniformConstCostTable[] = { in getArithmeticInstrCost() local122 int Idx = CostTableLookup(AVX2UniformConstCostTable, ISD, LT.second); in getArithmeticInstrCost()124 return LT.first * AVX2UniformConstCostTable[Idx].Cost; in getArithmeticInstrCost()