ΒΆtemplate <class CostType>
inline const TypeConversionCostTblEntryT<
CostType>*
ConvertCostTableLookup(
ArrayRef<TypeConversionCostTblEntryT<
CostType>> Tbl,
int ISD,
llvm::MVT Dst,
llvm::MVT Src)
template <class CostType>
inline const TypeConversionCostTblEntryT<
CostType>*
ConvertCostTableLookup(
ArrayRef<TypeConversionCostTblEntryT<
CostType>> Tbl,
int ISD,
llvm::MVT Dst,
llvm::MVT Src)
Description
Find in type conversion cost table.
Declared at: llvm/include/llvm/CodeGen/CostTable.h:66
Templates
- CostType