Searched refs:ConvertCostTableLookup (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.cpp | 530 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 553 ConvertCostTableLookup(MVELoadConversionTbl, ISD, in getCastInstrCost() 565 ConvertCostTableLookup(MVEFLoadConversionTbl, ISD, in getCastInstrCost() 582 ConvertCostTableLookup(MVEStoreConversionTbl, ISD, in getCastInstrCost() 593 ConvertCostTableLookup(MVEFStoreConversionTbl, ISD, in getCastInstrCost() 619 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() 730 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() 760 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() 791 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() 816 if (const auto *Entry = ConvertCostTableLookup(MVEVectorConversionTbl, in getCastInstrCost() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.cpp | 2882 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2887 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2892 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2898 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2903 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2908 if (const auto *Entry = ConvertCostTableLookup(AVX512VLConversionTbl, ISD, in getCastInstrCost() 2913 if (const auto *Entry = ConvertCostTableLookup(AVX2ConversionTbl, ISD, in getCastInstrCost() 2919 if (const auto *Entry = ConvertCostTableLookup(AVXConversionTbl, ISD, in getCastInstrCost() 2925 if (const auto *Entry = ConvertCostTableLookup(SSE41ConversionTbl, ISD, in getCastInstrCost() 2931 if (const auto *Entry = ConvertCostTableLookup(SSE2ConversionTbl, ISD, in getCastInstrCost() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 2077 if (const auto *Entry = ConvertCostTableLookup(ConversionTbl, ISD, in getCastInstrCost() 2108 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() 2474 if (const auto *Entry = ConvertCostTableLookup(VectorSelectTbl, ISD, in getCmpSelInstrCost()
|