Lines Matching refs:Idx
191 int Idx = CostTableLookup<MVT>(NEONFltDblTbl, array_lengthof(NEONFltDblTbl), in getCastInstrCost() local
193 if (Idx != -1) in getCastInstrCost()
194 return LT.first * NEONFltDblTbl[Idx].Cost; in getCastInstrCost()
274 int Idx = ConvertCostTableLookup<MVT>(NEONVectorConversionTbl, in getCastInstrCost() local
277 if (Idx != -1) in getCastInstrCost()
278 return NEONVectorConversionTbl[Idx].Cost; in getCastInstrCost()
305 int Idx = ConvertCostTableLookup<MVT>(NEONFloatConversionTbl, in getCastInstrCost() local
309 if (Idx != -1) in getCastInstrCost()
310 return NEONFloatConversionTbl[Idx].Cost; in getCastInstrCost()
338 int Idx = ConvertCostTableLookup<MVT>(NEONIntegerConversionTbl, in getCastInstrCost() local
342 if (Idx != -1) in getCastInstrCost()
343 return NEONIntegerConversionTbl[Idx].Cost; in getCastInstrCost()
359 int Idx = in getCastInstrCost() local
364 if (Idx != -1) in getCastInstrCost()
365 return ARMIntegerConversionTbl[Idx].Cost; in getCastInstrCost()
402 int Idx = ConvertCostTableLookup<MVT>(NEONVectorSelectTbl, in getCmpSelInstrCost() local
406 if (Idx != -1) in getCmpSelInstrCost()
407 return NEONVectorSelectTbl[Idx].Cost; in getCmpSelInstrCost()
444 int Idx = CostTableLookup<MVT>(NEONShuffleTbl, array_lengthof(NEONShuffleTbl), in getShuffleCost() local
446 if (Idx == -1) in getShuffleCost()
449 return LT.first * NEONShuffleTbl[Idx].Cost; in getShuffleCost()