ΒΆtemplate <size_t N, class CostType>
inline const CostTblEntryT<CostType>*
CostTableLookup(
    const CostTblEntryT<CostType> (&)[N] Table,
    int ISD,
    llvm::MVT Ty)

Declared at: llvm/include/llvm/CodeGen/CostTable.h:48

Templates

size_t N
CostType

Parameters

const CostTblEntryT<CostType> (&)[N] Table
int ISD
llvm::MVT Ty