|
template<class CostType > |
const CostTblEntryT< CostType > * | llvm::CostTableLookup (ArrayRef< CostTblEntryT< CostType >> Tbl, int ISD, MVT Ty) |
| Find in cost table. More...
|
|
template<size_t N, class CostType > |
const CostTblEntryT< CostType > * | llvm::CostTableLookup (const CostTblEntryT< CostType >(&Table)[N], int ISD, MVT Ty) |
|
template<class CostType > |
const TypeConversionCostTblEntryT< CostType > * | llvm::ConvertCostTableLookup (ArrayRef< TypeConversionCostTblEntryT< CostType >> Tbl, int ISD, MVT Dst, MVT Src) |
| Find in type conversion cost table. More...
|
|
template<size_t N, class CostType > |
const TypeConversionCostTblEntryT< CostType > * | llvm::ConvertCostTableLookup (const TypeConversionCostTblEntryT< CostType >(&Table)[N], int ISD, MVT Dst, MVT Src) |
|
Cost tables and simple lookup functions
Definition in file CostTable.h.