Searched refs:CostTableLookup (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h31 inline const CostTblEntry *CostTableLookup(ArrayRef<CostTblEntry> Tbl, function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp193 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD,
242 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD,
298 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD,
311 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD,
326 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD,
345 CostTableLookup(SSE2UniformConstCostTable, ISD, LT.second))
364 CostTableLookup(AVX512BWConstCostTable, ISD, LT.second))
379 CostTableLookup(AVX512ConstCostTable, ISD, LT.second))
401 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second))
445 if (const auto *Entry = CostTableLookup(SSE2ConstCostTabl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp169 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second))
596 CostTableLookup(NEONDupTbl, ISD::VECTOR_SHUFFLE, LT.second))
618 CostTableLookup(NEONShuffleTbl, ISD::VECTOR_SHUFFLE, LT.second))
641 if (const auto *Entry = CostTableLookup(NEONSelShuffleTbl,
658 if (const auto *Entry = CostTableLookup(MVEDupTbl, ISD::VECTOR_SHUFFLE,
723 if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp950 if (const auto *Entry = CostTableLookup(CostTblNoPairwise, ISD, MTy))
1002 if (const auto *Entry = CostTableLookup(ShuffleTbl, Kind, LT.second))

Completed in 111 milliseconds