Searched refs:ConvertCostTableLookup (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 532 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 555 ConvertCostTableLookup(MVELoadConversionTbl, ISD, in getCastInstrCost() 567 ConvertCostTableLookup(MVEFLoadConversionTbl, ISD, in getCastInstrCost() 584 ConvertCostTableLookup(MVEStoreConversionTbl, ISD, in getCastInstrCost() 595 ConvertCostTableLookup(MVEFStoreConversionTbl, ISD, in getCastInstrCost() 621 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() 732 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() 762 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() 793 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() 818 if (const auto *Entry = ConvertCostTableLookup(MVEVectorConversionTbl, in getCastInstrCost() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 2924 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2929 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2934 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2940 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2945 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2989 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2994 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2999 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3020 if (const auto *Entry = ConvertCostTableLookup(AVX2ConversionTbl, ISD, in getCastInstrCost() 3025 if (const auto *Entry = ConvertCostTableLookup(AVXConversionTbl, ISD, in getCastInstrCost() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2563 if (const auto *Entry = ConvertCostTableLookup(ConversionTbl, ISD, in getCastInstrCost() 2594 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 3026 if (const auto *Entry = ConvertCostTableLookup(VectorSelectTbl, ISD, in getCmpSelInstrCost()
|