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