Home
last modified time | relevance | path

Searched refs:TypeConversionCostTblEntryT (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h55 struct TypeConversionCostTblEntryT { struct
61 using TypeConversionCostTblEntry = TypeConversionCostTblEntryT<unsigned>; argument
65 inline const TypeConversionCostTblEntryT<CostType> *
66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup()
69 find_if(Tbl, [=](const TypeConversionCostTblEntryT<CostType> &Entry) { in ConvertCostTableLookup()
80 inline const TypeConversionCostTblEntryT<CostType> *
81 ConvertCostTableLookup(const TypeConversionCostTblEntryT<CostType> (&Table)[N], in ConvertCostTableLookup()