Searched refs:SSE2CostTbl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3375 static const CostKindTblEntry SSE2CostTbl[] = { in getCmpSelInstrCost() local 3441 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getCmpSelInstrCost() 4014 static const CostKindTblEntry SSE2CostTbl[] = { in getIntrinsicInstrCost() local 4421 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getIntrinsicInstrCost() 5188 static const CostTblEntry SSE2CostTbl[] = { in getArithmeticReductionCost() local 5233 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getArithmeticReductionCost() 5272 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getArithmeticReductionCost() 5454 static const CostTblEntry SSE2CostTbl[] = { in getMinMaxReductionCost() local 5510 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getMinMaxReductionCost() 5542 if (const auto *Entry = CostTableLookup(SSE2CostTbl, ISD, MTy)) in getMinMaxReductionCost()
|