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