Home
last modified time | relevance | path

Searched refs:TypeConversionCostTblEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCostTable.h45 struct TypeConversionCostTblEntry { struct
54 inline const TypeConversionCostTblEntry * argument
55 ConvertCostTableLookup(ArrayRef<TypeConversionCostTblEntry> Tbl, in ConvertCostTableLookup()
57 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) { in ConvertCostTableLookup()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp165 static const TypeConversionCostTblEntry NEONVectorConversionTbl[] = { in getCastInstrCost()
248 static const TypeConversionCostTblEntry NEONFloatConversionTbl[] = { in getCastInstrCost()
278 static const TypeConversionCostTblEntry NEONIntegerConversionTbl[] = { in getCastInstrCost()
309 static const TypeConversionCostTblEntry ARMIntegerConversionTbl[] = { in getCastInstrCost()
361 static const TypeConversionCostTblEntry NEONVectorSelectTbl[] = { in getCmpSelInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp292 static const TypeConversionCostTblEntry in getCastInstrCost()
598 static const TypeConversionCostTblEntry in getCmpSelInstrCost()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1247 static const TypeConversionCostTblEntry AVX512BWConversionTbl[] { in getCastInstrCost()
1268 static const TypeConversionCostTblEntry AVX512DQConversionTbl[] = { in getCastInstrCost()
1301 static const TypeConversionCostTblEntry AVX512FConversionTbl[] = { in getCastInstrCost()
1370 static const TypeConversionCostTblEntry AVX2ConversionTbl[] = { in getCastInstrCost()
1401 static const TypeConversionCostTblEntry AVXConversionTbl[] = { in getCastInstrCost()
1477 static const TypeConversionCostTblEntry SSE41ConversionTbl[] = { in getCastInstrCost()
1515 static const TypeConversionCostTblEntry SSE2ConversionTbl[] = { in getCastInstrCost()