Searched refs:SLMCostTbl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3250 static const CostKindTblEntry SLMCostTbl[] = { in getCmpSelInstrCost() local 3401 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getCmpSelInstrCost() 3956 static const CostKindTblEntry SLMCostTbl[] = { in getIntrinsicInstrCost() local 4351 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getIntrinsicInstrCost() 4480 static const CostTblEntry SLMCostTbl[] = { in getVectorInstrCost() local 4592 if (auto *Entry = CostTableLookup(SLMCostTbl, ISD, MScalarTy)) in getVectorInstrCost() 5183 static const CostTblEntry SLMCostTbl[] = { in getArithmeticReductionCost() local 5225 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getArithmeticReductionCost() 5264 if (const auto *Entry = CostTableLookup(SLMCostTbl, ISD, MTy)) in getArithmeticReductionCost()
|