Searched refs:CostTblEntryT (Results 1 – 2 of 2) sorted by relevance
25 struct CostTblEntryT { struct30 using CostTblEntry = CostTblEntryT<unsigned>; argument34 inline const CostTblEntryT<CostType> *35 CostTableLookup(ArrayRef<CostTblEntryT<CostType>> Tbl, int ISD, MVT Ty) { in CostTableLookup()36 auto I = find_if(Tbl, [=](const CostTblEntryT<CostType> &Entry) { in CostTableLookup()47 inline const CostTblEntryT<CostType> *48 CostTableLookup(const CostTblEntryT<CostType> (&Table)[N], int ISD, MVT Ty) { in CostTableLookup()
101 using CostKindTblEntry = CostTblEntryT<CostKindCosts>;