Searched refs:ConvertCostTableLookup (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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>(makeArrayRef(Table), ISD, Dst, Src); in ConvertCostTableLookup()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 529 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 552 ConvertCostTableLookup(MVELoadConversionTbl, ISD, in getCastInstrCost() 564 ConvertCostTableLookup(MVEFLoadConversionTbl, ISD, in getCastInstrCost() 581 ConvertCostTableLookup(MVEStoreConversionTbl, ISD, in getCastInstrCost() 592 ConvertCostTableLookup(MVEFStoreConversionTbl, ISD, in getCastInstrCost() 618 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() 729 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() 759 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() 790 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() 815 if (const auto *Entry = ConvertCostTableLookup(MVEVectorConversionTbl, in getCastInstrCost() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 2475 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2480 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2485 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2491 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2496 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2541 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2546 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2551 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2572 if (const auto *Entry = ConvertCostTableLookup(AVX2ConversionTbl, ISD, in getCastInstrCost() 2577 if (const auto *Entry = ConvertCostTableLookup(AVXConversionTbl, ISD, in getCastInstrCost() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1838 if (const auto *Entry = ConvertCostTableLookup(ConversionTbl, ISD, in getCastInstrCost() 1869 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2170 if (const auto *Entry = ConvertCostTableLookup(VectorSelectTbl, ISD, in getCmpSelInstrCost()
|