Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h25 struct CostTblEntryT { struct
30 using CostTblEntry = CostTblEntryT<unsigned>; argument
34 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp101 using CostKindTblEntry = CostTblEntryT<CostKindCosts>;