Searched refs:AVX2CostTable (Results 1 – 1 of 1) sorted by relevance
136 static const CostTblEntry<MVT::SimpleValueType> AVX2CostTable[] = { in getArithmeticInstrCost() local185 int Idx = CostTableLookup(AVX2CostTable, ISD, LT.second); in getArithmeticInstrCost()187 return LT.first * AVX2CostTable[Idx].Cost; in getArithmeticInstrCost()