Searched refs:AVX2CostTbl (Results 1 – 1 of 1) sorted by relevance
690 static const CostTblEntry<MVT::SimpleValueType> AVX2CostTbl[] = { in getCmpSelInstrCost() local711 int Idx = CostTableLookup(AVX2CostTbl, ISD, MTy); in getCmpSelInstrCost()713 return LT.first * AVX2CostTbl[Idx].Cost; in getCmpSelInstrCost()