Searched refs:AVX1CostTbl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3335 static const CostKindTblEntry AVX1CostTbl[] = { in getCmpSelInstrCost() local 3426 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getCmpSelInstrCost() 3843 static const CostKindTblEntry AVX1CostTbl[] = { in getIntrinsicInstrCost() local 4401 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getIntrinsicInstrCost() 5204 static const CostTblEntry AVX1CostTbl[] = { in getArithmeticReductionCost() local 5229 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getArithmeticReductionCost() 5268 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getArithmeticReductionCost() 5477 static const CostTblEntry AVX1CostTbl[] = { in getMinMaxReductionCost() local 5502 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getMinMaxReductionCost() 5534 if (const auto *Entry = CostTableLookup(AVX1CostTbl, ISD, MTy)) in getMinMaxReductionCost()
|