Searched refs:ConvertCostTableLookup (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CostTable.h | 66 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntryT<CostType>> Tbl, in ConvertCostTableLookup() function 81 ConvertCostTableLookup(const TypeConversionCostTblEntryT<CostType> (&Table)[N], in ConvertCostTableLookup() function 84 return ConvertCostTableLookup<CostType>(Table, ISD, Dst, Src); in ConvertCostTableLookup()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 536 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 559 ConvertCostTableLookup(MVELoadConversionTbl, ISD, in getCastInstrCost() 571 ConvertCostTableLookup(MVEFLoadConversionTbl, ISD, in getCastInstrCost() 588 ConvertCostTableLookup(MVEStoreConversionTbl, ISD, in getCastInstrCost() 599 ConvertCostTableLookup(MVEFStoreConversionTbl, ISD, in getCastInstrCost() 625 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() 736 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() 766 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() 797 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() 822 if (const auto *Entry = ConvertCostTableLookup(MVEVectorConversionTbl, in getCastInstrCost() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2988 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2994 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3000 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3007 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3013 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3019 if (const auto *Entry = ConvertCostTableLookup(AVX512VLConversionTbl, ISD, in getCastInstrCost() 3025 if (const auto *Entry = ConvertCostTableLookup(AVX2ConversionTbl, ISD, in getCastInstrCost() 3032 if (const auto *Entry = ConvertCostTableLookup(AVXConversionTbl, ISD, in getCastInstrCost() 3039 if (const auto *Entry = ConvertCostTableLookup(SSE41ConversionTbl, ISD, in getCastInstrCost() 3046 if (const auto *Entry = ConvertCostTableLookup(SSE2ConversionTbl, ISD, in getCastInstrCost() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2811 if (const auto *Entry = ConvertCostTableLookup(ConversionTbl, ISD, in getCastInstrCost() 2842 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3290 if (const auto *Entry = ConvertCostTableLookup(VectorSelectTbl, ISD, in getCmpSelInstrCost()
|