Searched refs:ConvertCostTableLookup (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | CostTable.h | 55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 241 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() 271 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() 302 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() 321 if (const auto *Entry = ConvertCostTableLookup(ARMIntegerConversionTbl, ISD, in getCastInstrCost() 370 if (const auto *Entry = ConvertCostTableLookup(NEONVectorSelectTbl, ISD, in getCmpSelInstrCost()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1581 if (const auto *Entry = ConvertCostTableLookup(SSE2ConversionTbl, ISD, in getCastInstrCost() 1602 if (const auto *Entry = ConvertCostTableLookup(AVX512BWConversionTbl, ISD, in getCastInstrCost() 1607 if (const auto *Entry = ConvertCostTableLookup(AVX512DQConversionTbl, ISD, in getCastInstrCost() 1612 if (const auto *Entry = ConvertCostTableLookup(AVX512FConversionTbl, ISD, in getCastInstrCost() 1618 if (const auto *Entry = ConvertCostTableLookup(AVX2ConversionTbl, ISD, in getCastInstrCost() 1624 if (const auto *Entry = ConvertCostTableLookup(AVXConversionTbl, ISD, in getCastInstrCost() 1630 if (const auto *Entry = ConvertCostTableLookup(SSE41ConversionTbl, ISD, in getCastInstrCost() 1636 if (const auto *Entry = ConvertCostTableLookup(SSE2ConversionTbl, ISD, in getCastInstrCost()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 389 if (const auto *Entry = ConvertCostTableLookup(ConversionTbl, ISD, in getCastInstrCost() 611 if (const auto *Entry = ConvertCostTableLookup(VectorSelectTbl, ISD, in getCmpSelInstrCost()
|